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 (5 loc) 282 B
{# Instantiated by areaEditor.js every time someone adds another rich text to an area #} {# Keep in sync with itemNormalView.html #} <div data-type="richText" class="apos-rich-text-item apos-item apos-template apos-empty"> <div class="apos-rich-text" data-rich-text></div> </div>