pagination configuration (#175)

This commit is contained in:
Cilibiu Bogdan 2018-01-15 12:35:25 +02:00 committed by suzanadirla
parent b780bd831b
commit 3a7e114006
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ You can change the default settings of the pagination that gets applied to all t
```json ```json
{ {
..., ...,
"document-list": { "pagination": {
"supportedPageSizes": [ "supportedPageSizes": [
25, 25,
50, 50,

View File

@ -6,7 +6,7 @@
}, },
"headerColor": "#2196F3", "headerColor": "#2196F3",
"languagePicker": false, "languagePicker": false,
"document-list": { "pagination": {
"supportedPageSizes": [ "supportedPageSizes": [
25, 25,
50, 50,