From 8fcaf12b133061503da7929b778aef89419ebae7 Mon Sep 17 00:00:00 2001 From: Pierre Jehan Date: Sat, 13 Sep 2025 09:43:41 +0200 Subject: [PATCH] Fix enable pagination client in API Platform configuration The pagination_client_enabled should be true instead of false to enable client side pagination. --- core/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pagination.md b/core/pagination.md index 6c9018ed965..235dc421207 100644 --- a/core/pagination.md +++ b/core/pagination.md @@ -203,7 +203,7 @@ To configure this feature globally, use the following configuration: # api/config/packages/api_platform.yaml api_platform: defaults: - pagination_client_enabled: false + pagination_client_enabled: true collection: pagination: enabled_parameter_name: pagination # optional