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

9 lines
270 B
Twig

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