diff --git a/sensiolabs-de/storyblok-bundle/1.0/config/packages/storyblok.yaml b/sensiolabs-de/storyblok-bundle/1.0/config/packages/storyblok.yaml new file mode 100644 index 000000000..782b9fa29 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/1.0/config/packages/storyblok.yaml @@ -0,0 +1,3 @@ +storyblok: + base_uri: '%env(STORYBLOK_API_BASE_URI)%' + token: '%env(STORYBLOK_API_TOKEN)%' diff --git a/sensiolabs-de/storyblok-bundle/1.0/manifest.json b/sensiolabs-de/storyblok-bundle/1.0/manifest.json new file mode 100644 index 000000000..45bf2c478 --- /dev/null +++ b/sensiolabs-de/storyblok-bundle/1.0/manifest.json @@ -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": "" + } +}