mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Add tiloweb/pagination-bundle 3.0 recipe (#1911)
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user