Skip to content

Commit 596340d

Browse files
OskarStarkKocal
authored andcommitted
sensiolabs-de/storyblok-bundle 0.3 (symfony#1692)
1 parent b7005c3 commit 596340d

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
storyblok:
2+
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
3+
token: '%env(STORYBLOK_API_TOKEN)%'
4+
# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'
5+
# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'
6+
# version: '%env(STORYBLOK_VERSION)%'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
storyblok:
2+
resource: '@StoryblokBundle/config/routes.php'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"bundles": {
3+
"SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
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="
13+
}
14+
}

0 commit comments

Comments
 (0)