apostrophe
Version:
Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.
21 lines (15 loc) • 440 B
HTML
{%- extends "baseWidgetEditor.html" -%}
{%- block modalClass -%}
{{super()}} apos-code-editor
{%- endblock -%}
{%- block modalLabel -%}
{{ __('Edit Preformatted Text') }}
{%- endblock -%}
{%- block modalInstructions -%}
<p>{{ __('Paste in preformatted text (such as source code).') }}</p>
{%- endblock -%}
{%- block previewButton -%}
{%- endblock -%}
{%- block formBody -%}
<textarea class="apos-code"></textarea>
{%- endblock -%}