Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-15 00:42:56 +00:00
parent c838708bf1
commit 9b8a0768d0
4 changed files with 89 additions and 2 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"manifests": {
"21torr/storyblok": {
"manifest": {
"bundles": {
"Torr\\Storyblok\\TorrStoryblokBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STORYBLOK_SPACE_ID": "",
"STORYBLOK_MANAGEMENT_TOKEN": "",
"STORYBLOK_CONTENT_TOKEN": ""
}
},
"files": {
"config/packages/storyblok.yaml": {
"contents": [
"storyblok:",
" space_id: \"%env(int:STORYBLOK_SPACE_ID)%\"",
" management_token: \"%env(STORYBLOK_MANAGEMENT_TOKEN)%\"",
" content_token: \"%env(STORYBLOK_CONTENT_TOKEN)%\"",
""
],
"executable": false
},
"config/routes/storyblok.yaml": {
"contents": [
"storyblok:",
" prefix: /storyblok/",
" resource: '@TorrStoryblokBundle/config/routes.yaml'",
""
],
"executable": false
}
},
"ref": "5b1917dd387f456e7c08c433b4922cf2db51ca1c"
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| Package | Latest Recipe |
| --- | --- |
| [21torr/hosting](https://packagist.org/packages/21torr/hosting) | [3.2](21torr/hosting/3.2) |
| [21torr/storyblok](https://packagist.org/packages/21torr/storyblok) | [3.0](21torr/storyblok/3.0) |
| [21torr/storyblok](https://packagist.org/packages/21torr/storyblok) | [3.15](21torr/storyblok/3.15) |
| [21torr/task-manager](https://packagist.org/packages/21torr/task-manager) | [2.0](21torr/task-manager/2.0) |
| [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) |
| [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) |
@@ -0,0 +1,43 @@
{
"manifests": {
"21torr/storyblok": {
"manifest": {
"bundles": {
"Torr\\Storyblok\\TorrStoryblokBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STORYBLOK_SPACE_ID": "",
"STORYBLOK_MANAGEMENT_TOKEN": "",
"STORYBLOK_CONTENT_TOKEN": ""
}
},
"files": {
"config/packages/storyblok.yaml": {
"contents": [
"storyblok:",
" space_id: \"%env(int:STORYBLOK_SPACE_ID)%\"",
" management_token: \"%env(STORYBLOK_MANAGEMENT_TOKEN)%\"",
" content_token: \"%env(STORYBLOK_CONTENT_TOKEN)%\"",
""
],
"executable": false
},
"config/routes/storyblok.yaml": {
"contents": [
"storyblok:",
" prefix: /storyblok/",
" resource: '@TorrStoryblokBundle/config/routes.yaml'",
""
],
"executable": false
}
},
"ref": "5b1917dd387f456e7c08c433b4922cf2db51ca1c"
}
}
}
+2 -1
View File
@@ -6,7 +6,8 @@
"3.2"
],
"21torr/storyblok": [
"3.0"
"3.0",
"3.15"
],
"21torr/task-manager": [
"2.0"