Add StofDoctrineExtensionsBundle recipe

This commit is contained in:
Michael COULLERET
2017-05-29 21:58:29 +02:00
parent fe0d45429c
commit 2992199997
2 changed files with 29 additions and 0 deletions
@@ -0,0 +1,21 @@
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: ~
@@ -0,0 +1,8 @@
{
"bundles": {
"Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}