apostrophe
Version:
Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.
17 lines (12 loc) • 308 B
HTML
{% extends "baseWidgetEditor.html" %}
{% block modalClass %}
{{super()}} apos-pullquote-editor
{% endblock %}
{% block modalLabel %}
{{ __('Edit Pullquote') }}
{% endblock %}
{% block modalInstructions %}
<p>{{ __('Type a pullquote.') }}</p>
{% endblock %}
{% block previewButton %}
{% endblock %}