mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
32 lines
1017 B
JSON
32 lines
1017 B
JSON
{
|
|
"manifests": {
|
|
"monsieursloop/woleet-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"MonsieurSloop\\Bundle\\WoleetBundle\\MonsieurSloopWoleetBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/monsieur_sloop_woleet.yaml": {
|
|
"contents": [
|
|
"monsieur_sloop_woleet:",
|
|
" #API KEY",
|
|
" api_key: \"YOUR_API_KEY\"",
|
|
" #API CALLBACK KEY",
|
|
" api_callback_key: \"YOUR_API_CALLBACK_KEY\"",
|
|
"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "888c311564e370f4f61c445cfa73b836a28b4776"
|
|
}
|
|
}
|
|
}
|