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

9 lines
270 B
Twig

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