Added disjfa/translation-bundle

This commit is contained in:
disjfa
2018-12-06 20:46:51 +00:00
parent 7e54b3526c
commit 208c70d608
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,4 @@
disjfa_translation:
resource: '@DisjfaTranslationBundle/Controller/'
type: annotation
prefix: /admin
+15
View File
@@ -0,0 +1,15 @@
{
"bundles": {
"Disjfa\\MozaicBundle\\DisjfaMozaicBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "You can request a api key on the developer page of unsplash here: https://unsplash.com/developers",
"UNSPLASH_APPLICATION_ID": "",
"UNSPLASH_APPLICATION_SECRET": ""
}
}