mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -501,7 +501,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [secit-pl/imap-bundle](https://packagist.org/packages/secit-pl/imap-bundle) | [1.0](secit-pl/imap-bundle/1.0) |
|
||||
| [seferov/aws-bundle](https://packagist.org/packages/seferov/aws-bundle) | [3.0](seferov/aws-bundle/3.0) |
|
||||
| [sensiolabs-de/storyblok-api](https://packagist.org/packages/sensiolabs-de/storyblok-api) | [2.0](sensiolabs-de/storyblok-api/2.0) |
|
||||
| [sensiolabs-de/storyblok-bundle](https://packagist.org/packages/sensiolabs-de/storyblok-bundle) | [1.0](sensiolabs-de/storyblok-bundle/1.0) |
|
||||
| [sensiolabs-de/storyblok-bundle](https://packagist.org/packages/sensiolabs-de/storyblok-bundle) | [0.2](sensiolabs-de/storyblok-bundle/0.2) |
|
||||
| [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) |
|
||||
| [sensiolabs/gotenberg-bundle](https://packagist.org/packages/sensiolabs/gotenberg-bundle) | [0.1](sensiolabs/gotenberg-bundle/0.1) |
|
||||
| [sensiolabs/storybook-bundle](https://packagist.org/packages/sensiolabs/storybook-bundle) | [0.1](sensiolabs/storybook-bundle/0.1) |
|
||||
|
||||
+4
-2
@@ -12,7 +12,8 @@
|
||||
},
|
||||
"env": {
|
||||
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
|
||||
"STORYBLOK_API_TOKEN": ""
|
||||
"STORYBLOK_API_TOKEN": "",
|
||||
"#1": "STORYBLOK_ASSETS_API_TOKEN="
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
@@ -21,12 +22,13 @@
|
||||
"storyblok:",
|
||||
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
|
||||
" token: '%env(STORYBLOK_API_TOKEN)%'",
|
||||
"# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ee69bfdf97580f8d259a299fcc527c62c72bde6b"
|
||||
"ref": "344169b91b939a21bbbde9f996f2fbbf8d3b6967"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sensiolabs-de/storyblok-bundle": {
|
||||
"manifest": {
|
||||
"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="
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/storyblok.yaml": {
|
||||
"contents": [
|
||||
"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)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/storyblok.yaml": {
|
||||
"contents": [
|
||||
"storyblok:",
|
||||
" resource: '@StoryblokBundle/config/routes.php'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1590,7 +1590,8 @@
|
||||
"2.0"
|
||||
],
|
||||
"sensiolabs-de/storyblok-bundle": [
|
||||
"1.0"
|
||||
"0.1",
|
||||
"0.2"
|
||||
],
|
||||
"sensiolabs/connect-bundle": [
|
||||
"4.0"
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sensiolabs-de/storyblok-bundle": {
|
||||
"manifest": {
|
||||
"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="
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/storyblok.yaml": {
|
||||
"contents": [
|
||||
"storyblok:",
|
||||
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
|
||||
" token: '%env(STORYBLOK_API_TOKEN)%'",
|
||||
"# assets_token: '%env(STORYBLOK_ASSETS_API_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "344169b91b939a21bbbde9f996f2fbbf8d3b6967"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sensiolabs-de/storyblok-bundle": {
|
||||
"manifest": {
|
||||
"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="
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/storyblok.yaml": {
|
||||
"contents": [
|
||||
"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)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/storyblok.yaml": {
|
||||
"contents": [
|
||||
"storyblok:",
|
||||
" resource: '@StoryblokBundle/config/routes.php'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "8e7857df16d7bfcc1e11aa0f3097a68505a1a8ee"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user