forked from wallabag/wallabag
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
|