Skip to content

Commit 6ea0480

Browse files
committed
Update storyblok env
1 parent aee6997 commit 6ea0480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/php/symfony/storyblok/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Then add the base config in `config/packages/storyblok.yaml`:
3535

3636
```yaml
3737
storyblok:
38-
space_id: "%env(int:STORYBLOK_SPACE_ID)%"
38+
space_id: "%env(STORYBLOK_SPACE_ID)%"
3939
management_token: "%env(STORYBLOK_MANAGEMENT_TOKEN)%"
4040
content_token: "%env(STORYBLOK_CONTENT_TOKEN)%"
4141
```

0 commit comments

Comments
 (0)