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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2221,6 +2221,9 @@
|
||||
"tilleuls/url-signer-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"tiloweb/pagination-bundle": [
|
||||
"3.0"
|
||||
],
|
||||
"tiloweb/uploaded-file-type-bundle": [
|
||||
"2.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user