From 7e54b3526c582f0fb794b806eb3ddeeb05551ad4 Mon Sep 17 00:00:00 2001 From: disjfa Date: Tue, 20 Mar 2018 19:58:33 +0000 Subject: [PATCH] Removed unused parameters, removed colors in post_install --- disjfa/mozaic-bundle/0.1/config/packages/disjfa_mozaic.yaml | 4 ---- disjfa/mozaic-bundle/0.1/post-install.txt | 6 ++++-- 2 files changed, 4 insertions(+), 6 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 69a5b3e4..2165117a 100755 --- a/disjfa/mozaic-bundle/0.1/config/packages/disjfa_mozaic.yaml +++ b/disjfa/mozaic-bundle/0.1/config/packages/disjfa_mozaic.yaml @@ -1,7 +1,3 @@ -#parameters: -# disjfa_mozaic.unsplash.application_id: '' -# disjfa_mozaic.unsplash.secret: '' - disjfa_mozaic: unsplash: application_id: '%env(resolve:UNSPLASH_APPLICATION_ID)%' diff --git a/disjfa/mozaic-bundle/0.1/post-install.txt b/disjfa/mozaic-bundle/0.1/post-install.txt index 3df7238d..52d0d3ab 100755 --- a/disjfa/mozaic-bundle/0.1/post-install.txt +++ b/disjfa/mozaic-bundle/0.1/post-install.txt @@ -2,6 +2,8 @@ Mozaic bundle configuration - * Modify your UNSPLASH_APPLICATION_ID and UNSPLASH_APPLICATION_SECRET config in .env + * Modify the UNSPLASH_APPLICATION_ID and UNSPLASH_APPLICATION_SECRET config in .env - * Don't forget to add the vue component in you javascript + * Don't forget to add the vue component in you javascript + + * You can check the instructions on the github repo: https://github.com/disjfa/mozaic-bundle