Changed directory structure of forms/inputs slightly
This commit is contained in:
11
templates/forms/inputs/group-name.html.twig
Normal file
11
templates/forms/inputs/group-name.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% block input_group_name %}
|
||||
{% 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
|
||||
}
|
||||
%}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user