forked from wallabag/wallabag
The structure changed completely. Bundles are gone. Everything is flatten in the folder `src`. I separated import & api controllers to avoid _pollution_ in the main controller folder.
10 lines
418 B
YAML
10 lines
418 B
YAML
# Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html
|
|
# See the official DoctrineExtensions documentation for more details: https://github.com/doctrine-extensions/DoctrineExtensions/tree/main/doc
|
|
stof_doctrine_extensions:
|
|
default_locale: "%env(LOCALE)%"
|
|
translation_fallback: true
|
|
orm:
|
|
default:
|
|
tree: true
|
|
sluggable: true
|