Skip to content

Commit

Permalink
Fix: Fixes version of sensiolabs-de/storyblok-bundle (#1682)
Browse files Browse the repository at this point in the history
* Fix: Version bundle not stable yet

* Adds assets api

* Adds blankline

* Version 0.2 recipes

* Update sensiolabs-de/storyblok-bundle/0.2/config/routes/storyblok.yaml
  • Loading branch information
silasjoisten authored Sep 30, 2024
1 parent da8d599 commit 7c5e820
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
storyblok:
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
token: '%env(STORYBLOK_API_TOKEN)%'
# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"env": {
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
"STORYBLOK_API_TOKEN": ""
"STORYBLOK_API_TOKEN": "",
"#1": "STORYBLOK_ASSETS_API_TOKEN="
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
storyblok:
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
token: '%env(STORYBLOK_API_TOKEN)%'
# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'
# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%'
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
storyblok:
resource: '@StoryblokBundle/config/routes.php'
14 changes: 14 additions & 0 deletions sensiolabs-de/storyblok-bundle/0.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"bundles": {
"SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
"STORYBLOK_API_TOKEN": "",
"#1": "STORYBLOK_ASSETS_API_TOKEN=",
"#2": "STORYBLOK_WEBHOOK_SECRET="
}
}

0 comments on commit 7c5e820

Please sign in to comment.