feat(storyblok): Add default environment variable (#1824)

* fix

* Fix

* Update storyblok/symfony-bundle/0.1/manifest.json

* Apply suggestions from code review
This commit is contained in:
Silas Joisten
2025-06-21 18:07:20 +02:00
committed by GitHub
parent b5be2b3698
commit f4373de428
8 changed files with 16 additions and 16 deletions
@@ -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)%'
+3 -3
View File
@@ -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="
}
}
@@ -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
+3 -3
View File
@@ -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="
}
}
@@ -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
+3 -3
View File
@@ -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="
}
}
@@ -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
+3 -3
View File
@@ -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="
}
}