Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-01-01 21:09:46 +00:00
parent 19d0b80ca2
commit f41fb16574
4 changed files with 89 additions and 2 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [league/tactician-bundle](https://packagist.org/packages/league/tactician-bundle) | [1.0](league/tactician-bundle/1.0) |
| [leapt/core-bundle](https://packagist.org/packages/leapt/core-bundle) | [2.2](leapt/core-bundle/2.2) |
| [leapt/froala-editor-bundle](https://packagist.org/packages/leapt/froala-editor-bundle) | [1.2](leapt/froala-editor-bundle/1.2) |
| [leapt/im-bundle](https://packagist.org/packages/leapt/im-bundle) | [4.1](leapt/im-bundle/4.1) |
| [leapt/im-bundle](https://packagist.org/packages/leapt/im-bundle) | [5.0](leapt/im-bundle/5.0) |
| [leogout/seo-bundle](https://packagist.org/packages/leogout/seo-bundle) | [1.0](leogout/seo-bundle/1.0) |
| [lepiaf/sapient-bundle](https://packagist.org/packages/lepiaf/sapient-bundle) | [0.1](lepiaf/sapient-bundle/0.1) |
| [lexik/cron-file-generator-bundle](https://packagist.org/packages/lexik/cron-file-generator-bundle) | [1.0](lexik/cron-file-generator-bundle/1.0) |
@@ -0,0 +1,43 @@
{
"manifests": {
"leapt/im-bundle": {
"manifest": {
"bundles": {
"Leapt\\ImBundle\\LeaptImBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/public/cache/"
]
},
"files": {
"config/packages/leapt_im.yaml": {
"contents": [
"# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst",
"leapt_im:",
" cache_path: cache/im",
" formats:",
" # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)",
" medium:",
" thumbnail: 100x100>",
""
],
"executable": false
},
"config/routes/leapt_im.yaml": {
"contents": [
"leapt_im:",
" resource: '@LeaptImBundle/config/routing.php'",
""
],
"executable": false
}
},
"ref": "2e83b0cc81013f1e1c31a376712420612fa51b1f"
}
}
}
+2 -1
View File
@@ -905,7 +905,8 @@
],
"leapt/im-bundle": [
"2.0",
"4.1"
"4.1",
"5.0"
],
"leogout/seo-bundle": [
"1.0"
+43
View File
@@ -0,0 +1,43 @@
{
"manifests": {
"leapt/im-bundle": {
"manifest": {
"bundles": {
"Leapt\\ImBundle\\LeaptImBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/public/cache/"
]
},
"files": {
"config/packages/leapt_im.yaml": {
"contents": [
"# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst",
"leapt_im:",
" cache_path: cache/im",
" formats:",
" # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)",
" medium:",
" thumbnail: 100x100>",
""
],
"executable": false
},
"config/routes/leapt_im.yaml": {
"contents": [
"leapt_im:",
" resource: '@LeaptImBundle/config/routing.php'",
""
],
"executable": false
}
},
"ref": "2e83b0cc81013f1e1c31a376712420612fa51b1f"
}
}
}