diff --git a/index.json b/index.json index 3903455..e6c196b 100644 --- a/index.json +++ b/index.json @@ -8,6 +8,9 @@ ], "magdev/listmonk-api-bundle": [ "0.1" + ], + "magdev/splash-bundle": [ + "0.1" ] }, "branch": "main", diff --git a/magdev.splash-bundle.0.1.json b/magdev.splash-bundle.0.1.json new file mode 100644 index 0000000..9abc019 --- /dev/null +++ b/magdev.splash-bundle.0.1.json @@ -0,0 +1,31 @@ +{ + "manifests": { + "magdev/splash-bundle": { + "manifest": { + "bundles": { + "Magdev\\SplashBundle\\MagdevSplashBundle": [ + "all" + ] + }, + "env": { + "#2": "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" + } + } +}