Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-02-26 11:33:53 +00:00
parent 24197ccc2d
commit 7a828c7af4
4 changed files with 72 additions and 0 deletions
+1
View File
@@ -687,6 +687,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [tilleuls/migration-bundle](https://packagist.org/packages/tilleuls/migration-bundle) | [1.1](tilleuls/migration-bundle/1.1) |
| [tilleuls/sylius-quick-import-plugin](https://packagist.org/packages/tilleuls/sylius-quick-import-plugin) | [0.1](tilleuls/sylius-quick-import-plugin/0.1) |
| [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) |
| [tiloweb/pagination-bundle](https://packagist.org/packages/tiloweb/pagination-bundle) | [3.0](tiloweb/pagination-bundle/3.0) |
| [tiloweb/uploaded-file-type-bundle](https://packagist.org/packages/tiloweb/uploaded-file-type-bundle) | [2.0](tiloweb/uploaded-file-type-bundle/2.0) |
| [timble-one/backend-bundle](https://packagist.org/packages/timble-one/backend-bundle) | [0.1](timble-one/backend-bundle/0.1) |
| [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) |
@@ -0,0 +1,34 @@
{
"manifests": {
"tiloweb/pagination-bundle": {
"manifest": {
"bundles": {
"Tiloweb\\PaginationBundle\\TilowebPaginationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/tiloweb_pagination.yaml": {
"contents": [
"# Read the documentation: https://github.com/Tiloweb/SymfonyPaginationBundle",
"tiloweb_pagination:",
" # The Twig template used to render the pagination",
" # template: '@TilowebPagination/pagination.html.twig'",
" # Number of page links to show before and after the current page",
" # page_range: 4",
" # Default number of items per page",
" default_items_per_page: 10",
"",
""
],
"executable": false
}
},
"ref": "73ba3c1c4d29b38acbedc60201aa1fc655f97c8b"
}
}
}
+3
View File
@@ -2221,6 +2221,9 @@
"tilleuls/url-signer-bundle": [
"1.0"
],
"tiloweb/pagination-bundle": [
"3.0"
],
"tiloweb/uploaded-file-type-bundle": [
"2.0"
],
+34
View File
@@ -0,0 +1,34 @@
{
"manifests": {
"tiloweb/pagination-bundle": {
"manifest": {
"bundles": {
"Tiloweb\\PaginationBundle\\TilowebPaginationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/tiloweb_pagination.yaml": {
"contents": [
"# Read the documentation: https://github.com/Tiloweb/SymfonyPaginationBundle",
"tiloweb_pagination:",
" # The Twig template used to render the pagination",
" # template: '@TilowebPagination/pagination.html.twig'",
" # Number of page links to show before and after the current page",
" # page_range: 4",
" # Default number of items per page",
" default_items_per_page: 10",
"",
""
],
"executable": false
}
},
"ref": "73ba3c1c4d29b38acbedc60201aa1fc655f97c8b"
}
}
}