-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Documented the framework.serializer.mapping config option #8529
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
Conversation
@@ -1692,6 +1694,19 @@ method. | |||
For more information, see | |||
:ref:`component-serializer-handling-circular-references`. | |||
|
|||
mapping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The target mapping
is duplicated (already used for the validation
section)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I've fixed it.
**type**: ``array`` **default**: ``[]`` | ||
|
||
This option allows to define an array of paths with files or directories where | ||
the component will look for additional validation files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
serialization :)
Typo fixed! Thanks! |
…on (javiereguiluz, weaverryan) This PR was merged into the 3.3 branch. Discussion ---------- Documented the framework.serializer.mapping config option This fixes #7701. Commits ------- 8a1b7e0 fix typo d3f9522 Fixed the reference to a repeated config option d5b6154 Documented the framework.serializer.mapping config option
This fixes #7701.