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

9 lines
206 B
Twig

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