Skip to content

Commit

Permalink
Enhancement: Adds Recipe for sensiolabs-de/storyblok-bundle (#1681)
Browse files Browse the repository at this point in the history
* Enhancement: Adds Recipe for `sensiolabs-de/storyblok-bundle`

* Fix
  • Loading branch information
silasjoisten authored Sep 28, 2024
1 parent 5335867 commit da8d599
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
storyblok:
base_uri: '%env(STORYBLOK_API_BASE_URI)%'
token: '%env(STORYBLOK_API_TOKEN)%'
12 changes: 12 additions & 0 deletions sensiolabs-de/storyblok-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"bundles": {
"SensioLabs\\Storyblok\\Bundle\\StoryblokBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
"STORYBLOK_API_TOKEN": ""
}
}

0 comments on commit da8d599

Please sign in to comment.