Files
sprinkle-organisations/templates/forms/inputs/organisation-slug.html.twig

7 lines
190 B
Twig

{% include "@uf-tweaks/forms/inputs/abstract/slug.html.twig" with
{
"type" : "organisation",
"current_value" : organisation.slug,
"col_width" : col_width
}
%}