rivet-1.0.x-dev/templates/form/checkboxes.html.twig

templates/form/checkboxes.html.twig
{#
/**
 * @file
 * Theme override for a 'checkboxes' #type form element.
 *
 * Available variables
 * - attributes: A list of HTML attributes for the wrapper element.
 * - children: The rendered checkboxes.
 *
 * @see template_preprocess_checkboxes()
 */
 @todo: remove this file once https://www.drupal.org/node/1819284 is resolved.
 This is identical to core/modules/system/templates/container.html.twig
#}
<ul{{ attributes.addClass('rvt-list-plain rvt-width-xl rvt-m-tb-xxs') }}>
{% for item in element|filter((v, k) => k|first != '#') %}
<li>{{ item }}</li>
{% endfor %}
</ul>

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc