gnu-social/config/packages/twig.yaml
Eliseu Amaro ce3b677833
[CONFIG][Twig] Replaced form theme to a custom one
[CARDS][Forms] Added custom social form theme

[CSS] Replaced/added new classes to be used with forms

Base form theme created, can be extended to create complex blocks to be
called by twig when rendering a specific form.
2021-12-25 16:19:46 +00:00

4 lines
76 B
YAML

twig:
form_themes: [
'/cards/forms/form_social_layout.html.twig'
]