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

9 lines
209 B
Twig

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