apostrophe
Version:
Apostrophe is a user-friendly content management system. This core module of Apostrophe provides rich content editing and essential facilities to integrate Apostrophe into your Express project. Apostrophe also includes simple facilities for storing your r
15 lines (11 loc) • 445 B
HTML
{% extends "slideshowEditor.html" %}
{% block modalClass %}
{{super()}} apos-buttons-editor apos-slideshow-editor apos-ui-modal-no-sidebar
{% endblock %}
{% block modalLabel %}
{{ __('Edit Button(s)') }}
{% endblock %}
{% block modalInstructions %}
<p>{{ __('Choose image files (GIF, JPEG or PNG). Drag them into the order you prefer. <br />
You can also drag images from your computer into the dashed area below.') }}</p>
{% endblock %}