We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee6997 commit 6ea0480Copy full SHA for 6ea0480
1 file changed
docs/php/symfony/storyblok/index.mdx
@@ -35,7 +35,7 @@ Then add the base config in `config/packages/storyblok.yaml`:
35
36
```yaml
37
storyblok:
38
- space_id: "%env(int:STORYBLOK_SPACE_ID)%"
+ space_id: "%env(STORYBLOK_SPACE_ID)%"
39
management_token: "%env(STORYBLOK_MANAGEMENT_TOKEN)%"
40
content_token: "%env(STORYBLOK_CONTENT_TOKEN)%"
41
```
0 commit comments