{% extends "baseWidgetEditor.html" %} {% block modalClass %} {{super()}} apos-embed-editor apos-ui-modal-no-sidebar {% endblock %} {% block modalLabel %} {{ __('Edit Embedded Item') }} {% endblock %} {% block modalInstructions %}

{{ __('Paste a link to the item you wish to embed. NOTE: some sites may not preview properly, or may require you to refresh the page after you save your work. You may not be able to preview something that is already on the current page. These are limitations of the services being embedded.') }}

{% endblock %} {% block formEnd %} {% block previewButton %} {% include "progress.html" %} {% endblock %}
{# This div is used to toggle visibility #}
{# We decided to move float preview into the main area editor so #} {# this preview is just for things whose appearance is not obvious #} {# or which require custom settings be tweaked (example: RSS feed) #}
{# Embed chooser #}
{# I float right #} {# I float left #} {# I sting like a bee #}
{{ __('Recently Added In Embed Library') }}:
{# UX note: you can pretty up the search submit button but please don't remove it #} {# entirely as some users will not press enter. -Tom #}
{% endblock %}