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