Files
symfony-flex-recipes-contrib/tiloweb.pagination-bundle.3.0.json
github-action[bot]andgithub-action[bot] 7a828c7af4 Update Flex endpoint
2026-02-26 11:33:53 +00:00

35 lines
1.3 KiB
JSON

{
"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"
}
}
}