diff --git a/tiloweb/pagination-bundle/3.0/config/packages/tiloweb_pagination.yaml b/tiloweb/pagination-bundle/3.0/config/packages/tiloweb_pagination.yaml new file mode 100644 index 00000000..4aa3c0eb --- /dev/null +++ b/tiloweb/pagination-bundle/3.0/config/packages/tiloweb_pagination.yaml @@ -0,0 +1,9 @@ +# 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 + diff --git a/tiloweb/pagination-bundle/3.0/manifest.json b/tiloweb/pagination-bundle/3.0/manifest.json new file mode 100644 index 00000000..947c6326 --- /dev/null +++ b/tiloweb/pagination-bundle/3.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Tiloweb\\PaginationBundle\\TilowebPaginationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}