diff --git a/storyblok/symfony-bundle/0.1/config/packages/storyblok.yaml b/storyblok/symfony-bundle/0.1/config/packages/storyblok.yaml new file mode 100644 index 00000000..a4f24faf --- /dev/null +++ b/storyblok/symfony-bundle/0.1/config/packages/storyblok.yaml @@ -0,0 +1,6 @@ +storyblok: + base_uri: '%env(STORYBLOK_API_BASE_URI)%' + token: '%env(STORYBLOK_API_TOKEN)%' +# version: '%env(STORYBLOK_VERSION)%' +# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%' +# webhook_secret: '%env(STORYBLOK_WEBHOOK_SECRET)%' diff --git a/storyblok/symfony-bundle/0.1/config/routes/storyblok.yaml b/storyblok/symfony-bundle/0.1/config/routes/storyblok.yaml new file mode 100644 index 00000000..17d9f3c2 --- /dev/null +++ b/storyblok/symfony-bundle/0.1/config/routes/storyblok.yaml @@ -0,0 +1,2 @@ +storyblok: + resource: '@StoryblokBundle/config/routes.php' diff --git a/storyblok/symfony-bundle/0.1/manifest.json b/storyblok/symfony-bundle/0.1/manifest.json new file mode 100644 index 00000000..4db4e29f --- /dev/null +++ b/storyblok/symfony-bundle/0.1/manifest.json @@ -0,0 +1,15 @@ +{ + "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_VERSION=", + "#2": "STORYBLOK_ASSETS_API_TOKEN=", + "#3": "STORYBLOK_WEBHOOK_SECRET=" + } +}