Skip to content

Commit

Permalink
Version 0.2 recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
silasjoisten committed Sep 30, 2024
1 parent fdd523b commit e1a3577
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
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 e1a3577

Please sign in to comment.