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.

17 lines (13 loc) 813 B
{# Things you can do to a lockup, not an item #} <div class="apos-editor2-lockup-widget-buttons apos-ui-group apos-template"> {# This is a template, it will be replaced with an instance for each available #} {# lockup type by js. Edit up a storm, but make sure it keeps the apos-template #} {# class so it is not visible #} <div class="apos-ui-container apos-item-actions center"> <span class="apos-ui-btn-group"> <span class="apos-ui apos-ui-btn" title="{{ __('Edit')}}" data-edit-item><i class="icon-pencil"></i></span> <span class="apos-ui-btn" title="{{ __('Release') }}" data-unlock-item><i class="icon-external-link"></i></span> <span class="apos-ui apos-ui-btn" title="{{ __('Delete') }}" data-trash-item><i class="icon-trash"></i></span> </span> </div> </div>