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

11 lines
322 B
Twig

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