Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7d2a77

Browse files
committed
Add new serializer config path
1 parent66bb046 commitd7d2a77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎serializer.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ In addition to the ``@Groups`` annotation, the Serializer component also
196196
supports Yaml or XML files. These files are automatically loaded when being
197197
stored in one of the following locations:
198198

199-
* The ``serialization.yml`` or ``serialization.xml`` file in
199+
* The ``serialization.yaml`` or ``serialization.xml`` file in
200200
the ``Resources/config/`` directory of a bundle;
201-
* All ``*.yml`` and ``*.xml`` files in the ``Resources/config/serialization/``
202-
directory of a bundle.
201+
* All ``*.yaml`` and ``*.xml`` files in the ``Resources/config/serialization/``
202+
directory of a bundle and in the ``config/serializer/`` directory of your project.
203203

204204
.. _serializer-enabling-metadata-cache:
205205

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp