Merge pull request #730

This commit is contained in:
symfony-flex-server[bot]
2019-09-14 12:37:04 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,9 @@
gpslab_pagination:
# Page range used in pagination control
max_navigate: 5
# Name of URL parameter for page number
parameter_name: 'page'
# Sliding pagination controls template
template: 'GpsLabPaginationBundle::pagination.html.twig'
@@ -0,0 +1,8 @@
{
"bundles": {
"GpsLab\\Bundle\\PaginationBundle\\GpsLabPaginationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}