mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.3 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|