We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff8580 commit 028bacaCopy full SHA for 028baca
core/pagination.md
@@ -72,6 +72,8 @@ api_platform:
72
73
It can also be disabled for a specific resource:
74
75
+[codeSelector]
76
+
77
```php
78
<?php
79
// api/src/Entity/Book.php
@@ -86,6 +88,13 @@ class Book
86
88
}
87
89
```
90
91
+```yaml
92
+# api/config/api_platform/resources.yaml
93
+App\Entity\Book:
94
+ paginationEnabled: false
95
+```
96
+[/codeSelector]
97
98
### Disabling the Pagination Client-side
99
100
#### Disabling the Pagination Client-side Globally
0 commit comments