Fixed spaces and newlines

This commit is contained in:
disjfa
2018-03-15 21:34:34 +00:00
parent bc1bac7a07
commit 01ad235b11
3 changed files with 17 additions and 18 deletions
@@ -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)%'
secret: '%env(resolve:UNSPLASH_APPLICATION_SECRET)%'
+14 -12
View File
@@ -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": ""
}
}
"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": ""
}
}
+1 -1
View File
@@ -4,4 +4,4 @@
* Modify your UNSPLASH_APPLICATION_ID and UNSPLASH_APPLICATION_SECRET config in <fg=green>.env</>
* Don't forget to add the vue component in you <fg=green>javascript</>
* Don't forget to add the vue component in you <fg=green>javascript</>