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
17 lines (12 loc) • 478 B
HTML
{% extends "slideshowEditor.html" %}
{% block modalClass %}
{{super()}} apos-files-editor apos-slideshow-editor apos-ui-modal-no-sidebar
{% endblock %}
{% block modalLabel %}
{{ __('Edit File(s)') }}
{% endblock %}
{% block modalInstructions %}
<p>{{ __('Choose PDF, Office, .txt or .rtf files. Drag them into the order you prefer. <br />
You can also drag files from your computer into the dashed area below.') }}</p>
{% endblock %}
{% block hyperlink %}{% endblock %}