diff --git a/docs/configuration.md b/docs/configuration.md index bdf2ad0f0..030888735 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -121,7 +121,7 @@ You can change the default settings of the pagination that gets applied to all t ```json { ..., - "document-list": { + "pagination": { "supportedPageSizes": [ 25, 50, diff --git a/src/app.config.json b/src/app.config.json index 43cc289ec..99f2f0cd9 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -6,7 +6,7 @@ }, "headerColor": "#2196F3", "languagePicker": false, - "document-list": { + "pagination": { "supportedPageSizes": [ 25, 50,