2014-08-15, 23:30:40
from what I can tell this plugin only loads element styles.
Code:
// gsconfig.php
define('GSEDITOROPTIONS',"customConfig : '../../../../theme/cke_custom.js'");
Code:
// cke_custom.js
...
config.stylesSet = [];
CKEDITOR.plugins.addExternal( 'stylesheetparser', '../../../../theme/innovation/stylesheetparser/' );
config.extraPlugins = 'stylesheetparser';
...
Code:
/* theme/innovation/editor.css */
h3.pink {color:#FF00FF !important;}