From d7d2a77e2680bac6de93292fce9d94b843e7c93b Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Mon, 13 Nov 2017 01:04:39 -0500 Subject: [PATCH] Add new serializer config path --- serializer.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/serializer.rst b/serializer.rst index e79c8446ff7..a5f37418168 100644 --- a/serializer.rst +++ b/serializer.rst @@ -196,10 +196,10 @@ In addition to the ``@Groups`` annotation, the Serializer component also supports Yaml or XML files. These files are automatically loaded when being stored in one of the following locations: -* The ``serialization.yml`` or ``serialization.xml`` file in +* The ``serialization.yaml`` or ``serialization.xml`` file in the ``Resources/config/`` directory of a bundle; -* All ``*.yml`` and ``*.xml`` files in the ``Resources/config/serialization/`` - directory of a bundle. +* All ``*.yaml`` and ``*.xml`` files in the ``Resources/config/serialization/`` + directory of a bundle and in the ``config/serializer/`` directory of your project. .. _serializer-enabling-metadata-cache: