Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-15 00:16:34 +00:00
parent e6c0e86091
commit 6f6c534091
2 changed files with 51 additions and 4 deletions
@@ -0,0 +1,46 @@
{
"manifests": {
"sensiolabs-de/storyblok-bundle": {
"manifest": {
"bundles": {
"SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
"STORYBLOK_API_TOKEN": "",
"#1": "STORYBLOK_VERSION=",
"#2": "STORYBLOK_ASSETS_API_TOKEN=",
"#3": "STORYBLOK_WEBHOOK_SECRET="
}
},
"files": {
"config/packages/storyblok.yaml": {
"contents": [
"storyblok:",
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
" token: '%env(STORYBLOK_API_TOKEN)%'",
"# version: '%env(STORYBLOK_VERSION)%'",
"# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'",
"# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'",
""
],
"executable": false
},
"config/routes/storyblok.yaml": {
"contents": [
"storyblok:",
" resource: '@StoryblokBundle/config/routes.php'",
""
],
"executable": false
}
},
"ref": "706a76634df2d45061840815ddae5e3f7fc6cfda"
}
}
}
+5 -4
View File
@@ -13,8 +13,9 @@
"env": {
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
"STORYBLOK_API_TOKEN": "",
"#1": "STORYBLOK_ASSETS_API_TOKEN=",
"#2": "STORYBLOK_WEBHOOK_SECRET="
"#1": "STORYBLOK_VERSION=",
"#2": "STORYBLOK_ASSETS_API_TOKEN=",
"#3": "STORYBLOK_WEBHOOK_SECRET="
}
},
"files": {
@@ -23,9 +24,9 @@
"storyblok:",
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
" token: '%env(STORYBLOK_API_TOKEN)%'",
"# version: '%env(STORYBLOK_VERSION)%'",
"# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'",
"# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'",
"# version: '%env(STORYBLOK_VERSION)%'",
""
],
"executable": false
@@ -39,7 +40,7 @@
"executable": false
}
},
"ref": "d80f52d08763cefa83b80291a74b5c6bfc605280"
"ref": "706a76634df2d45061840815ddae5e3f7fc6cfda"
}
}
}