Skip to content

Commit a676f32

Browse files
OskarStarkKocal
authored andcommitted
Fix: hints (symfony#1693)
1 parent 66d42a2 commit a676f32

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
storyblok:
22
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
33
token: '%env(STORYBLOK_API_TOKEN)%'
4+
# version: '%env(STORYBLOK_VERSION)%'
45
# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'
56
# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'
6-
# version: '%env(STORYBLOK_VERSION)%'

sensiolabs-de/storyblok-bundle/0.3/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"env": {
99
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
1010
"STORYBLOK_API_TOKEN": "",
11-
"#1": "STORYBLOK_ASSETS_API_TOKEN=",
12-
"#2": "STORYBLOK_WEBHOOK_SECRET="
11+
"#1": "STORYBLOK_VERSION=",
12+
"#2": "STORYBLOK_ASSETS_API_TOKEN=",
13+
"#3": "STORYBLOK_WEBHOOK_SECRET="
1314
}
1415
}

0 commit comments

Comments
 (0)