9 lines
270 B
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
|
|
}
|
|
%} |