form
Information
- Folder
src/components/fsk/form/forms/form
Files
Schema
Mocks
Template
// src/components/fsk/form/forms/form/form.html.twig
<form{{ attributes ? attributes|without("class") : "" }} class="FskForm {{ attributes.class }}">
{{ children }}
</form>