From f4373de42884d97e6cc6b9ea43b2c36d9cb34dea Mon Sep 17 00:00:00 2001 From: Silas Joisten Date: Sat, 21 Jun 2025 19:07:20 +0300 Subject: [PATCH] feat(storyblok): Add default environment variable (#1824) * fix * Fix * Update storyblok/symfony-bundle/0.1/manifest.json * Apply suggestions from code review --- storyblok/symfony-bundle/0.1/config/packages/storyblok.yaml | 2 +- storyblok/symfony-bundle/0.1/manifest.json | 6 +++--- storyblok/symfony-bundle/1.2/config/packages/storyblok.yaml | 2 +- storyblok/symfony-bundle/1.2/manifest.json | 6 +++--- storyblok/symfony-bundle/1.3/config/packages/storyblok.yaml | 2 +- storyblok/symfony-bundle/1.3/manifest.json | 6 +++--- storyblok/symfony-bundle/1.5/config/packages/storyblok.yaml | 2 +- storyblok/symfony-bundle/1.5/manifest.json | 6 +++--- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/storyblok/symfony-bundle/0.1/config/packages/storyblok.yaml b/storyblok/symfony-bundle/0.1/config/packages/storyblok.yaml index a4f24faf..51350689 100644 --- a/storyblok/symfony-bundle/0.1/config/packages/storyblok.yaml +++ b/storyblok/symfony-bundle/0.1/config/packages/storyblok.yaml @@ -1,6 +1,6 @@ storyblok: base_uri: '%env(STORYBLOK_API_BASE_URI)%' token: '%env(STORYBLOK_API_TOKEN)%' -# version: '%env(STORYBLOK_VERSION)%' + version: '%env(STORYBLOK_VERSION)%' # assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%' # webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%' diff --git a/storyblok/symfony-bundle/0.1/manifest.json b/storyblok/symfony-bundle/0.1/manifest.json index 4682ead2..20e6bca5 100644 --- a/storyblok/symfony-bundle/0.1/manifest.json +++ b/storyblok/symfony-bundle/0.1/manifest.json @@ -8,8 +8,8 @@ "env": { "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", "STORYBLOK_API_TOKEN": "", - "#1": "STORYBLOK_VERSION=", - "#2": "STORYBLOK_ASSETS_API_TOKEN=", - "#3": "STORYBLOK_WEBHOOK_SECRET=" + "STORYBLOK_VERSION": "draft", + "#1": "STORYBLOK_ASSETS_API_TOKEN=", + "#2": "STORYBLOK_WEBHOOK_SECRET=" } } diff --git a/storyblok/symfony-bundle/1.2/config/packages/storyblok.yaml b/storyblok/symfony-bundle/1.2/config/packages/storyblok.yaml index e624a3a5..6587c268 100644 --- a/storyblok/symfony-bundle/1.2/config/packages/storyblok.yaml +++ b/storyblok/symfony-bundle/1.2/config/packages/storyblok.yaml @@ -1,7 +1,7 @@ storyblok: base_uri: '%env(STORYBLOK_API_BASE_URI)%' token: '%env(STORYBLOK_API_TOKEN)%' - # version: '%env(STORYBLOK_VERSION)%' + version: '%env(STORYBLOK_VERSION)%' # assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%' # webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%' # auto_resolve_relations: true diff --git a/storyblok/symfony-bundle/1.2/manifest.json b/storyblok/symfony-bundle/1.2/manifest.json index 4682ead2..20e6bca5 100644 --- a/storyblok/symfony-bundle/1.2/manifest.json +++ b/storyblok/symfony-bundle/1.2/manifest.json @@ -8,8 +8,8 @@ "env": { "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", "STORYBLOK_API_TOKEN": "", - "#1": "STORYBLOK_VERSION=", - "#2": "STORYBLOK_ASSETS_API_TOKEN=", - "#3": "STORYBLOK_WEBHOOK_SECRET=" + "STORYBLOK_VERSION": "draft", + "#1": "STORYBLOK_ASSETS_API_TOKEN=", + "#2": "STORYBLOK_WEBHOOK_SECRET=" } } diff --git a/storyblok/symfony-bundle/1.3/config/packages/storyblok.yaml b/storyblok/symfony-bundle/1.3/config/packages/storyblok.yaml index e624a3a5..6587c268 100644 --- a/storyblok/symfony-bundle/1.3/config/packages/storyblok.yaml +++ b/storyblok/symfony-bundle/1.3/config/packages/storyblok.yaml @@ -1,7 +1,7 @@ storyblok: base_uri: '%env(STORYBLOK_API_BASE_URI)%' token: '%env(STORYBLOK_API_TOKEN)%' - # version: '%env(STORYBLOK_VERSION)%' + version: '%env(STORYBLOK_VERSION)%' # assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%' # webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%' # auto_resolve_relations: true diff --git a/storyblok/symfony-bundle/1.3/manifest.json b/storyblok/symfony-bundle/1.3/manifest.json index 4682ead2..20e6bca5 100644 --- a/storyblok/symfony-bundle/1.3/manifest.json +++ b/storyblok/symfony-bundle/1.3/manifest.json @@ -8,8 +8,8 @@ "env": { "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", "STORYBLOK_API_TOKEN": "", - "#1": "STORYBLOK_VERSION=", - "#2": "STORYBLOK_ASSETS_API_TOKEN=", - "#3": "STORYBLOK_WEBHOOK_SECRET=" + "STORYBLOK_VERSION": "draft", + "#1": "STORYBLOK_ASSETS_API_TOKEN=", + "#2": "STORYBLOK_WEBHOOK_SECRET=" } } diff --git a/storyblok/symfony-bundle/1.5/config/packages/storyblok.yaml b/storyblok/symfony-bundle/1.5/config/packages/storyblok.yaml index e624a3a5..6587c268 100644 --- a/storyblok/symfony-bundle/1.5/config/packages/storyblok.yaml +++ b/storyblok/symfony-bundle/1.5/config/packages/storyblok.yaml @@ -1,7 +1,7 @@ storyblok: base_uri: '%env(STORYBLOK_API_BASE_URI)%' token: '%env(STORYBLOK_API_TOKEN)%' - # version: '%env(STORYBLOK_VERSION)%' + version: '%env(STORYBLOK_VERSION)%' # assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%' # webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%' # auto_resolve_relations: true diff --git a/storyblok/symfony-bundle/1.5/manifest.json b/storyblok/symfony-bundle/1.5/manifest.json index 6bd4cad4..da8130b8 100644 --- a/storyblok/symfony-bundle/1.5/manifest.json +++ b/storyblok/symfony-bundle/1.5/manifest.json @@ -9,8 +9,8 @@ "env": { "STORYBLOK_API_BASE_URI": "https://api.storyblok.com", "STORYBLOK_API_TOKEN": "", - "#1": "STORYBLOK_VERSION=", - "#2": "STORYBLOK_ASSETS_API_TOKEN=", - "#3": "STORYBLOK_WEBHOOK_SECRET=" + "STORYBLOK_VERSION": "draft", + "#1": "STORYBLOK_ASSETS_API_TOKEN=", + "#2": "STORYBLOK_WEBHOOK_SECRET=" } }