You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PAGINATION_IMPLEMENTATION_PLAN.md
+13-24Lines changed: 13 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
https://github.com/decaporg/decap-cms/issues/3714
5
5
6
6
## Overview
7
-
Add pagination support to large collections in Decap CMS. Pagination will be opt-in per collection or globally configurable, starting with GitHub and Git Gateway backends.
7
+
Add pagination support to large collections in Decap CMS. Pagination will be opt-in per collection or globally. It will work local, GitHub, and Git Gateway backends.
8
8
9
9
## Current State Analysis
10
10
@@ -80,8 +80,8 @@ collections:
80
80
folder: content/products
81
81
# Detailed configuration
82
82
pagination:
83
-
per_page: 50
84
-
user_options: [25, 50, 100, 200]
83
+
per_page: 50# default
84
+
user_options: [25, 50, 100, 200]# default is empty array, means no user options
0 commit comments