diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index adb53871f19..0971f3c17a2 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -84,6 +84,10 @@ Configuration * `magic_call`_ * `throw_exception_on_invalid_index`_ +* `property_info`_ + + * :ref:`enabled ` + * `request`_: * `formats`_ @@ -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`` + validation ~~~~~~~~~~