{% extends "baseWidgetEditor.html" %} {% include "formMacros.html" %} {% block widgetVars %} {% set widgetClass = widgetEditorClass %} {% endblock %} {% block title %} {{ __('Display %s', pluralPieceLabel ) }} {% endblock %} {% block instructions %} {{ __('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 #}
{{ formSelective('ids', __('Title'), { inline: true, placeholder: __('Type ' + pieceLabel + ' titles here') }) }}
{{ formSelective('fromPageIds', pluralIndexLabel, { inline: true, placeholder: __('Type ' + indexLabel + ' names here') }) }}
{{ __('Max ' + pluralPieceLabel + ' Shown') }}:
{{ formTags('tags', 'Tags', { inline: true }) }}
{{ __('Max ' + pluralPieceLabel + ' Shown') }}:
{% endblock %}