Files
sprinkle-uf-tweaks/templates/forms/inputs/group-slug.html.twig

7 lines
165 B
Twig

{% include "forms/inputs/abstract/slug.html.twig" with
{
"type" : "group",
"current_value" : group.slug,
"col_width" : col_width
}
%}