{
"dependencies": [
{
"type": "plugin",
"plugin": "org.esktep.libs.ckeditor",
"ver": "1.0"
}
]
}
Customize the config.js
file to modify the settings, and include/exclude the plugins needed for your implementation.
CKEDITOR.replace('myTextarea', {
customConfig: ecEditor.resolvePluginResource(this.manifest.id, this.manifest.ver, "editor/config.js"),
skin: 'moono-lisa,' + CKEDITOR.basePath + "skins/moono-lisa/",
contentsCss: CKEDITOR.basePath + "contents.css"
});