Skip to content

Document missing property_info node in framework configuration #10081

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

Merged
merged 2 commits into from
Jul 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ Configuration
* `magic_call`_
* `throw_exception_on_invalid_index`_

* `property_info`_

* :ref:`enabled <reference-property-info-enabled>`

* `request`_:

* `formats`_
Expand Down Expand Up @@ -1478,6 +1482,16 @@ throw_exception_on_invalid_index
When enabled, the ``property_accessor`` service throws an exception when you
try to access an invalid index of an array.

property_info
~~~~~~~~~~~~~

.. _reference-property-info-enabled:

enabled
.......

**type**: ``boolean`` **default**: ``false``
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

starting from 4.1, this line should be changed to:

**type**: ``boolean`` **default**: ``true`` or ``false`` depending on your installation


validation
~~~~~~~~~~

Expand Down