Compare commits

2 Commits
main ... dev

Author SHA1 Message Date
01683f21ff use the real url 2025-08-20 23:42:14 +02:00
0283c90d74 re-added splash-bundle 2025-07-17 19:04:23 +02:00
2 changed files with 34 additions and 0 deletions

View File

@@ -8,6 +8,9 @@
], ],
"magdev/listmonk-api-bundle": [ "magdev/listmonk-api-bundle": [
"0.1" "0.1"
],
"magdev/splash-bundle": [
"0.1"
] ]
}, },
"branch": "main", "branch": "main",

View File

@@ -0,0 +1,31 @@
{
"manifests": {
"magdev/splash-bundle": {
"manifest": {
"bundles": {
"Magdev\\SplashBundle\\MagdevSplashBundle": [
"all"
]
},
"env": {
"#2": "SPLASH_BASE_URL=http://localhost:8050",
"#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": "f989fdd7124ff7c9c2d1b62f622f4424906d3278"
}
}
}