Blame | Last modification | View Log | Download
This InputfieldCKEditor directory is here to provide optional extra configuration optionsand plugins to the CKEditor Inputfield module.plugins/========Directory to place additional CKEditor plugins in. You can then activate themfrom your CKEditor field settings.contents.css============Example CSS file for the admin editor. To make CKEditor use this file, go to your CKEditorfield settings and specify /site/modules/InputfieldCKEditor/contents.css as the regularmode Contents CSS file.contents-inline.css===================Same as contents.css but for the inline mode editor.mystyles.js===========Optional configuration for the CKEditor Styles option. To use this file, go to yourCKEditor field settings and set the Custom Styles Set to be this file.config.js=========Custom config file used by all CKEditor instances (except instances configured by theirown custom config file, see below...)config-body.js==============Example of field-specific custom config file. This one applies to a field named "body".Note that these config settings can also be specified directly in your CKEditor fieldsettings in the admin, which many may prefer.