mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
51 lines
2.0 KiB
JSON
51 lines
2.0 KiB
JSON
{
|
|
"manifests": {
|
|
"disjfa/mozaic-bundle": {
|
|
"manifest": {
|
|
"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": ""
|
|
},
|
|
"post-install-output": [
|
|
" * Modify the UNSPLASH_APPLICATION_ID and UNSPLASH_APPLICATION_SECRET config in .env",
|
|
"",
|
|
" * 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"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/disjfa_mozaic.yaml": {
|
|
"contents": [
|
|
"disjfa_mozaic:",
|
|
" unsplash:",
|
|
" application_id: '%env(resolve:UNSPLASH_APPLICATION_ID)%'",
|
|
" secret: '%env(resolve:UNSPLASH_APPLICATION_SECRET)%'",
|
|
""
|
|
],
|
|
"executable": true
|
|
},
|
|
"config/routes/disjfa_mozaic.yaml": {
|
|
"contents": [
|
|
"disjfa_mozaic:",
|
|
" resource: '@DisjfaMozaicBundle/Controller/'",
|
|
" type: annotation",
|
|
""
|
|
],
|
|
"executable": true
|
|
}
|
|
},
|
|
"ref": "189106e738b9e6da8d44e845559e2415bdea06e4"
|
|
}
|
|
}
|
|
}
|