Add tiloweb/pagination-bundle 3.0 recipe (#1911)

This commit is contained in:
Thibault Henry
2025-12-27 11:04:12 +01:00
committed by GitHub
parent 50e1f90dc5
commit a8cb97c732
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,10 @@
# 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
@@ -0,0 +1,8 @@
{
"bundles": {
"Tiloweb\\PaginationBundle\\TilowebPaginationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}