diff --git a/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.yaml b/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.yaml index 3ccf7853..a4f24faf 100644 --- a/sensiolabs-de/storyblok-bundle/0.3/config/packages/storyblok.yaml +++ b/sensiolabs-de/storyblok-bundle/0.3/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)%' # assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%' # webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%' -# version: '%env(STORYBLOK_VERSION)%' diff --git a/sensiolabs-de/storyblok-bundle/0.3/manifest.json b/sensiolabs-de/storyblok-bundle/0.3/manifest.json index 331afda5..4db4e29f 100644 --- a/sensiolabs-de/storyblok-bundle/0.3/manifest.json +++ b/sensiolabs-de/storyblok-bundle/0.3/manifest.json @@ -8,7 +8,8 @@ "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=" } }