7 lines
179 B
Twig
7 lines
179 B
Twig
{% include "forms/inputs/abstract/description.html.twig" with
|
|
{
|
|
"type" : "group",
|
|
"current_value" : group.description,
|
|
"col_width" : col_width
|
|
}
|
|
%} |