Client - add application configuration in Application Admin - #15

This commit is contained in:
Sam
2019-11-13 20:15:50 +01:00
parent 97534b698b
commit 1398c7ff4a
28 changed files with 563 additions and 97 deletions

View File

@ -14,6 +14,14 @@ export default {
},
application: {
statistics: {},
config: {
gpx_limit_import: null,
is_registration_enabled: null,
max_single_file_size: null,
max_users: null,
max_zip_file_size: null,
registration: null,
},
},
calendarActivities: {
...emptyData,