9 lines
270 B
Twig
9 lines
270 B
Twig
{% include "forms/inputs/abstract/icon.html.twig" with
|
|
{
|
|
"type" : "group",
|
|
"current_value" : group.icon,
|
|
"field_name" : translate('GROUP.ICON'),
|
|
"placeholder" : translate('GROUP.ICON_EXPLAIN'),
|
|
"col_width" : col_width
|
|
}
|
|
%} |