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.

6 lines (4 loc) 260 B
// Tell ckeditor where to load the rest of itself from dynamically. // Necessary because the main ckeditor.js is included in minification, // so its relative path is no good. var CKEDITOR_BASEPATH = apos.data.prefix + '/modules/editor-2/js/vendor/ckeditor/';