{% extends "baseWidgetEditor.html" %} {% block widgetVars %} {% set widgetClass = 'apos-slideshow-editor' %} {% endblock %} {% block title %} Edit Slideshow {% endblock %} {% block instructions %} Choose image files (GIF, JPEG or PNG). Drag them into the order you prefer. {% endblock %} {# We have change events #} {% block previewButton %} {% endblock %} {% block formBody %} {# Powered by the blueimp file uploader #} Progress: % Upload Finished {% endblock %} {# For reordering and removing of images #} {% block formAfterPreview %}
{% endblock %}