Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| 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 targetmapping is duplicated (already used for thevalidation 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 :)
weaverryan commentedNov 16, 2017
Typo fixed! Thanks! |
…on (javiereguiluz, weaverryan)This PR was merged into the 3.3 branch.Discussion----------Documented the framework.serializer.mapping config optionThisfixes#7701.Commits-------8a1b7e0 fix typod3f9522 Fixed the reference to a repeated config optiond5b6154 Documented the framework.serializer.mapping config option
Thisfixes#7701.