Matrix Version:
We’d like to load bootstrap in Easyedit so the bootstrap classes are usable while we edit. When I look into the source code of the WYSIWYG editor I can see CSS and JS being loaded like:
<link rel="stylesheet" type="text/css" href="http://intra.justice.tas.gov.au/__lib/web/css/edit.css">
<link rel="stylesheet" type="text/css" href="http://intra.justice.tas.gov.au/__lib/asset_map/js/js_asset_map.css">
I would like to know where in matrix I should specify the lines
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
So all the classes get loaded and become usable from within the WYSIWYG editor.