We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d42a2 commit a676f32Copy full SHA for a676f32
sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.yaml
@@ -1,6 +1,6 @@
1
storyblok:
2
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
3
token: '%env(STORYBLOK_API_TOKEN)%'
4
+# version: '%env(STORYBLOK_VERSION)%'
5
# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'
6
# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'
-# version: '%env(STORYBLOK_VERSION)%'
sensiolabs-de/storyblok-bundle/0.3/manifest.json
@@ -8,7 +8,8 @@
8
"env": {
9
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
10
"STORYBLOK_API_TOKEN": "",
11
- "#1": "STORYBLOK_ASSETS_API_TOKEN=",
12
- "#2": "STORYBLOK_WEBHOOK_SECRET="
+ "#1": "STORYBLOK_VERSION=",
+ "#2": "STORYBLOK_ASSETS_API_TOKEN=",
13
+ "#3": "STORYBLOK_WEBHOOK_SECRET="
14
}
15
0 commit comments