UNPKG

apostrophe-editor-2

Version:

A new content area editor for Apostrophe. Integrates ckeditor and allows the option of using other rich text editors. Alternative content area editors can also be created following the same interface.

7 lines 344 B
// ---------------------- // The CKEDITOR.skin.name property must be set to the skin name. This is a // lower-cased name, which must match the skin folder name as well as the value // used on config.skin to tell the editor to use the skin. // // This is the only mandatory property to be defined in this file. CKEDITOR.skin.name = 'apostrophe';