{% extends "baseWidgetEditor.html" %} {% include "formMacros.html" %} {% block modalClass %} {{widgetEditorClass}} apos-ui-modal-no-sidebar {% endblock %} {% block modalLabel %} {{ __('Display %s', pluralPieceLabel ) }} {% endblock %} {% block modalInstructions %}

{{ __('You can select content to display by entering the titles of individual %s, %s, or tags.', pluralPieceLabel | lower, pluralIndexLabel | lower ) }}

{% endblock %} {% block formBody %} {# One of the fieldsets will have apos-active at any given time #} {# The reset will be hidden #}
{{ formSelective('fromPageIds', pluralIndexLabel, { inline: true, placeholder: __('Type ' + indexLabel + ' names here'), extras: [ { name: 'tags', label: 'With these tags (optional)', type: 'tags' } ] }) }}

{{ __('If you do not specify at least one ' + indexLabel + ', ' + pluralPieceLabel + ' from all ' + pluralIndexLabel + ' are shown.') }}

{{ formSelective('ids', __('Title'), { inline: true, placeholder: __('Type ' + pieceLabel + ' titles here') }) }}
{{ formTags('tags', 'Tags', { inline: true }) }}
{% endblock %}