Files
sprinkle-uf-tweaks/templates/forms/partials/input-group-icon.html.twig

11 lines
322 B
Twig

{% block input_group_icon %}
{% include "forms/partials/abstract/input-icon.html.twig" with
{
"type" : "group",
"current_value" : group.icon,
"field_name" : translate('GROUP.ICON'),
"placeholder" : translate('GROUP.ICON_EXPLAIN'),
"col_width" : col_width
}
%}
{% endblock %}