You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html
- # See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/
- stof_doctrine_extensions:
- default_locale: '%app.default_locale%'
- translation_fallback: true
- orm:
- default:
- tree: true
- timestampable: true # not needed: listeners are not enabled by default
- sluggable: true
- blameable: true
- translatable: false
|