Add DASHBOARD_PAGE_SIZE to settings

Add DASHBOARD_PAGE_SIZE to TEMPLATE.env and app.json

Parse dashboard page size value
This commit is contained in:
Paweł Jastrzębski
2021-04-30 08:36:50 +02:00
committed by R. Miles McCain
parent b44642e023
commit d66f683104
4 changed files with 14 additions and 2 deletions

View File

@@ -127,6 +127,11 @@
"description": "Custom location url to link to in frontend.",
"value": "https://www.openstreetmap.org/?mlat=$LATITUDE&mlon=$LONGITUDE",
"required": false
},
"DASHBOARD_PAGE_SIZE": {
"description": "How many services should be displayed on dashboard page?",
"value": "5",
"required": false
}
}
}