features-8.x-3.11/modules/features_ui/templates/features-items.html.twig

modules/features_ui/templates/features-items.html.twig
{#
/**
 * Specific variables:
 * - items: an array of components with class, name, and label string properties.
 */
#}
<span class="features-item-list">
{% for item in items %}
  {% set class = item.class ? 'features-item ' ~ item.class : 'features-item' %}
  <span class="{{ class }}" title="{{ item.name }}">{{ item.label }}</span>
{% endfor %}
</span>

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

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