Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-06 08:00:22 +00:00
parent 41f323de9e
commit b4ac9ba583
4 changed files with 125 additions and 2 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [stefandoorn/sitemap-plugin](https://packagist.org/packages/stefandoorn/sitemap-plugin) | [2.0](stefandoorn/sitemap-plugin/2.0) |
| [stof/doctrine-extensions-bundle](https://packagist.org/packages/stof/doctrine-extensions-bundle) | [1.2](stof/doctrine-extensions-bundle/1.2) |
| [stogon/unleash-bundle](https://packagist.org/packages/stogon/unleash-bundle) | [0.4](stogon/unleash-bundle/0.4) |
| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.2](storyblok/symfony-bundle/1.2) |
| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.3](storyblok/symfony-bundle/1.3) |
| [sulu/article-bundle](https://packagist.org/packages/sulu/article-bundle) | [2.0](sulu/article-bundle/2.0) |
| [sulu/form-bundle](https://packagist.org/packages/sulu/form-bundle) | [2.4](sulu/form-bundle/2.4) |
| [sulu/headless-bundle](https://packagist.org/packages/sulu/headless-bundle) | [0.1](sulu/headless-bundle/0.1) |
@@ -0,0 +1,61 @@
{
"manifests": {
"storyblok/symfony-bundle": {
"manifest": {
"bundles": {
"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)%'",
" # auto_resolve_relations: true",
" # controller:",
" # ascending_redirect_fallback: true",
"",
"when@prod:",
" storyblok:",
" controller:",
" cache:",
" public: true",
" max_age: 3600",
" smax_age: 3600",
" must_revalidate: true",
""
],
"executable": false
},
"config/routes/storyblok.yaml": {
"contents": [
"storyblok_webhook:",
" resource: '@StoryblokBundle/config/routes/webhook.php'",
"",
"storyblok_content_type:",
" resource: '@StoryblokBundle/config/routes/content_type.php'",
""
],
"executable": false
}
},
"ref": "ead662734e8e5de146147626a918e803ae3fbb15"
}
}
}
+2 -1
View File
@@ -1836,7 +1836,8 @@
],
"storyblok/symfony-bundle": [
"0.1",
"1.2"
"1.2",
"1.3"
],
"sulu/article-bundle": [
"2.0"
+61
View File
@@ -0,0 +1,61 @@
{
"manifests": {
"storyblok/symfony-bundle": {
"manifest": {
"bundles": {
"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)%'",
" # auto_resolve_relations: true",
" # controller:",
" # ascending_redirect_fallback: true",
"",
"when@prod:",
" storyblok:",
" controller:",
" cache:",
" public: true",
" max_age: 3600",
" smax_age: 3600",
" must_revalidate: true",
""
],
"executable": false
},
"config/routes/storyblok.yaml": {
"contents": [
"storyblok_webhook:",
" resource: '@StoryblokBundle/config/routes/webhook.php'",
"",
"storyblok_content_type:",
" resource: '@StoryblokBundle/config/routes/content_type.php'",
""
],
"executable": false
}
},
"ref": "ead662734e8e5de146147626a918e803ae3fbb15"
}
}
}