New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable / disable form in configuration #24269
Comments
This is a documentation issue, as of 3.3 the |
So, i don't understand why |
Just tried out, not adding the |
When i dump Configuration object, i have 2 properties : I'm not sure about it, but maybe when you define form key, default value is readed in |
If you're using the fullstack ( So framework:
form: ~ is not the same as
because #21196 changed the framework So in conclusion, I see no issue here, unless I missed something. Thanks for opening this though. We should probably upgrade the documentation to explain how defaults behaves with Flex. symfony/symfony-docs#8412 will be a good start. |
Ok, to me, that's a bug. But if you don't think so ... |
Hi !
In app/config/config.yml, this 2 configurations should have same behavior :
But first one enable form, and second one, disable it (
framework.form.enabled
default value isfalse
: https://symfony.com/doc/current/reference/configuration/framework.html#reference-form-enabled)Or maybe
~
is not exactly same as "default values" ?In this case, how can we know differences between
~
and default values ?The text was updated successfully, but these errors were encountered: