Provided the same treatment to the role and group forms
This commit is contained in:
11
templates/forms/partials/input-group-icon.html.twig
Normal file
11
templates/forms/partials/input-group-icon.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% block input_group_icon %}
|
||||
{% include "forms/partials/abstract/input-icon.html.twig" with
|
||||
{
|
||||
"type" : "group",
|
||||
"current_value" : group.icon,
|
||||
"field_name" : translate('GROUP.ICON'),
|
||||
"placeholder" : translate('GROUP.ICON_EXPLAIN'),
|
||||
"col_width" : col_width
|
||||
}
|
||||
%}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user