From 01ad235b112d577003dfb11e158252837ed318fe Mon Sep 17 00:00:00 2001 From: disjfa Date: Thu, 15 Mar 2018 21:34:34 +0000 Subject: [PATCH] Fixed spaces and newlines --- .../0.1/config/packages/disjfa_mozaic.yaml | 7 ++--- disjfa/mozaic-bundle/0.1/manifest.json | 26 ++++++++++--------- disjfa/mozaic-bundle/0.1/post-install.txt | 2 +- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/disjfa/mozaic-bundle/0.1/config/packages/disjfa_mozaic.yaml b/disjfa/mozaic-bundle/0.1/config/packages/disjfa_mozaic.yaml index 28dceb6f..7043220e 100755 --- a/disjfa/mozaic-bundle/0.1/config/packages/disjfa_mozaic.yaml +++ b/disjfa/mozaic-bundle/0.1/config/packages/disjfa_mozaic.yaml @@ -1,11 +1,8 @@ -parameters: - env(UNSPLASH_APPLICATION_ID): '' - env(UNSPLASH_APPLICATION_SECRET): '' - +#parameters: # disjfa_mozaic.unsplash.application_id: '' # disjfa_mozaic.unsplash.secret: '' disjfa_mozaic: unsplash: application_id: '%env(resolve:UNSPLASH_APPLICATION_ID)%' - secret: '%env(resolve:UNSPLASH_APPLICATION_SECRET)%' \ No newline at end of file + secret: '%env(resolve:UNSPLASH_APPLICATION_SECRET)%' diff --git a/disjfa/mozaic-bundle/0.1/manifest.json b/disjfa/mozaic-bundle/0.1/manifest.json index 593a5bd8..e60a9ca5 100755 --- a/disjfa/mozaic-bundle/0.1/manifest.json +++ b/disjfa/mozaic-bundle/0.1/manifest.json @@ -1,13 +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": "" - } -} \ No newline at end of file + "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": "" + } +} diff --git a/disjfa/mozaic-bundle/0.1/post-install.txt b/disjfa/mozaic-bundle/0.1/post-install.txt index 8ceda02f..3df7238d 100755 --- a/disjfa/mozaic-bundle/0.1/post-install.txt +++ b/disjfa/mozaic-bundle/0.1/post-install.txt @@ -4,4 +4,4 @@ * Modify your UNSPLASH_APPLICATION_ID and UNSPLASH_APPLICATION_SECRET config in .env - * Don't forget to add the vue component in you javascript \ No newline at end of file + * Don't forget to add the vue component in you javascript