Open lpxavi opened 7 years ago
Hi,
Indeed, on a Symfony 2 project I actually needed to import this bundle at the very end of my AppKernel's registerBundles(), otherwise my other twig form themes weren't registered.
README.md examples use {% form_theme %}
so it was quite an unexpected behavior. I'm also against auto loading the form theme.
Cheers,
Hi,
I have noticed the form resources are loaded by the bundle extension.
In the Symfony documentation, form resources are loaded in framework config (https://symfony.com/doc/current/form/form_customization.html#making-application-wide-customizations).
Twig engine :
PHP engine :
Why do you choose to use the bundle extension to load form resource ?
Tks you !