Files
symfony-flex-recipes-contrib/disjfa.mozaic-bundle.0.1.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

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"
}
}
}