mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
Adding documentation links
This commit is contained in:
@@ -1,21 +1,4 @@
|
||||
# Read the documentation: http://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html
|
||||
# See the official DoctrineExtensions documentation for more details.
|
||||
stof_doctrine_extensions:
|
||||
default_locale: en_US
|
||||
|
||||
# Activate the extensions you want
|
||||
orm:
|
||||
default:
|
||||
tree: true
|
||||
timestampable: false # not needed: listeners are not enabled by default
|
||||
other:
|
||||
timestampable: true
|
||||
|
||||
# # Overriding the listeners¶
|
||||
# class:
|
||||
# tree: MyBundle\TreeListener
|
||||
# timestampable: MyBundle\TimestampableListener
|
||||
# blameable: ~
|
||||
# sluggable: ~
|
||||
# translatable: ~
|
||||
# loggable: ~
|
||||
# softdeleteable: ~
|
||||
# uploadable: ~
|
||||
|
||||
Reference in New Issue
Block a user