diff --git a/docs/configuration.rst b/docs/configuration.rst index 5ccf66ac..c2f4ead3 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -17,25 +17,25 @@ to register their mapping in Doctrine when you want to use them. default: mappings: gedmo_translatable: - type: annotation + type: annotation # only on Symfony < 6.4 prefix: Gedmo\Translatable\Entity dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translatable/Entity" alias: GedmoTranslatable # (optional) it will default to the name set for the mapping is_bundle: false gedmo_translator: - type: annotation + type: annotation # only on Symfony < 6.4 prefix: Gedmo\Translator\Entity dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translator/Entity" alias: GedmoTranslator # (optional) it will default to the name set for the mapping is_bundle: false gedmo_loggable: - type: annotation + type: annotation # only on Symfony < 6.4 prefix: Gedmo\Loggable\Entity dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Loggable/Entity" alias: GedmoLoggable # (optional) it will default to the name set for the mapping is_bundle: false gedmo_tree: - type: annotation + type: annotation # only on Symfony < 6.4 prefix: Gedmo\Tree\Entity dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Tree/Entity" alias: GedmoTree # (optional) it will default to the name set for the mapping