Skip to content

Enable / disable form in configuration #24269

@steevanb

Description

@steevanb
Q A
Bug report? yes
Feature request? no
BC Break report? yes
RFC? no
Symfony version 3.3.*

Hi !

In app/config/config.yml, this 2 configurations should have same behavior :

framework:
    form: ~
framework:
    # no form key

But first one enable form, and second one, disable it (framework.form.enabled default value is false : 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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions