socialbase-1.1.0/templates/form/bootstrap-dropdown.html.twig

templates/form/bootstrap-dropdown.html.twig
{#
/**
 * @file
 * Default theme implementation to display a Bootstrap Dropdown component.
 *
 * Available variables:
 * - alignment: (optional) The alignment of the dropdown menu.
 * - attributes: An array of HTML attributes intended to be added to the main
 *   container tag of this template.
 * - items: The dropdown menu items.
 * - toggle: The toggle element.
 *
 * @ingroup templates
 */
#}

{%
  set classes = [
    'btn-group',
    'dropdown',
    alignment == 'up' ? 'dropup',
    alignment == 'right' ? 'btn-group--primary',
    btn_context == 'operations' ? 'btn-group--operations',
  ]
%}
<div{{ attributes.addClass(classes) }}>
  {{ toggle }}
  {{ items }}
</div>

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

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