diff --git a/RECIPES.md b/RECIPES.md index bcf0109e..e0835ff1 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -687,6 +687,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [tilleuls/migration-bundle](https://packagist.org/packages/tilleuls/migration-bundle) | [1.1](tilleuls/migration-bundle/1.1) | | [tilleuls/sylius-quick-import-plugin](https://packagist.org/packages/tilleuls/sylius-quick-import-plugin) | [0.1](tilleuls/sylius-quick-import-plugin/0.1) | | [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) | +| [tiloweb/pagination-bundle](https://packagist.org/packages/tiloweb/pagination-bundle) | [3.0](tiloweb/pagination-bundle/3.0) | | [tiloweb/uploaded-file-type-bundle](https://packagist.org/packages/tiloweb/uploaded-file-type-bundle) | [2.0](tiloweb/uploaded-file-type-bundle/2.0) | | [timble-one/backend-bundle](https://packagist.org/packages/timble-one/backend-bundle) | [0.1](timble-one/backend-bundle/0.1) | | [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) | diff --git a/archived/tiloweb.pagination-bundle/73ba3c1c4d29b38acbedc60201aa1fc655f97c8b.json b/archived/tiloweb.pagination-bundle/73ba3c1c4d29b38acbedc60201aa1fc655f97c8b.json new file mode 100644 index 00000000..215cd9d8 --- /dev/null +++ b/archived/tiloweb.pagination-bundle/73ba3c1c4d29b38acbedc60201aa1fc655f97c8b.json @@ -0,0 +1,34 @@ +{ + "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" + } + } +} diff --git a/index.json b/index.json index 9215d068..f622eb0f 100644 --- a/index.json +++ b/index.json @@ -2221,6 +2221,9 @@ "tilleuls/url-signer-bundle": [ "1.0" ], + "tiloweb/pagination-bundle": [ + "3.0" + ], "tiloweb/uploaded-file-type-bundle": [ "2.0" ], diff --git a/tiloweb.pagination-bundle.3.0.json b/tiloweb.pagination-bundle.3.0.json new file mode 100644 index 00000000..215cd9d8 --- /dev/null +++ b/tiloweb.pagination-bundle.3.0.json @@ -0,0 +1,34 @@ +{ + "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" + } + } +}