diff --git a/disjfa/translation-bundle/0.1/config/routes/disjfa_translation.yaml b/disjfa/translation-bundle/0.1/config/routes/disjfa_translation.yaml new file mode 100755 index 00000000..1639051e --- /dev/null +++ b/disjfa/translation-bundle/0.1/config/routes/disjfa_translation.yaml @@ -0,0 +1,4 @@ +disjfa_translation: + resource: '@DisjfaTranslationBundle/Controller/' + type: annotation + prefix: /admin diff --git a/disjfa/translation-bundle/0.1/manifest.json b/disjfa/translation-bundle/0.1/manifest.json new file mode 100755 index 00000000..e60a9ca5 --- /dev/null +++ b/disjfa/translation-bundle/0.1/manifest.json @@ -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": "" + } +}