mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
16 lines
393 B
JSON
Executable File
16 lines
393 B
JSON
Executable File
{
|
|
"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": ""
|
|
}
|
|
}
|