From 3a7e11400645c8daf6307b3b434a441894cd86c2 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Mon, 15 Jan 2018 12:35:25 +0200 Subject: [PATCH] pagination configuration (#175) --- docs/configuration.md | 2 +- src/app.config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,