You've already forked symfony-recipes
Added magdev/splash-bundle
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
],
|
],
|
||||||
"magdev/redmine-bundle": [
|
"magdev/redmine-bundle": [
|
||||||
"1.0"
|
"1.0"
|
||||||
|
],
|
||||||
|
"magdev/splash-bundle": [
|
||||||
|
"1.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
|
|||||||
31
magdev.splash-bundle.1.0.json
Normal file
31
magdev.splash-bundle.1.0.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"manifests": {
|
||||||
|
"magdev/splash-bundle": {
|
||||||
|
"manifest": {
|
||||||
|
"bundles": {
|
||||||
|
"Magdev\\SplashBundle\\MagdevSplashBundle": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"#2": "SPLASH_BASE_URL=<splash-base-url>",
|
||||||
|
"#3": "SPLASH_RENDERER=render.html"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": {
|
||||||
|
"config/packages/magdev_splash.yaml": {
|
||||||
|
"contents": [
|
||||||
|
"magdev_splash:",
|
||||||
|
" connections:",
|
||||||
|
" default:",
|
||||||
|
" baseurl: '%env(SPLASH_BASE_URL)%'",
|
||||||
|
" token: '%env(SPLASH_RENDERER)%'",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"executable": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ref": "f989fdd7124ff7c9c2d1b62f622f4415906d327d"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user