Added `shared_views` default setting

no issue

- we want custom views to be shared for all users and managed by admins rather than per-user
This commit is contained in:
Kevin Ansfield 2020-06-04 21:29:06 +01:00
parent ff83cd0d97
commit fdeb7daf40
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@
"max": 300 "max": 300
} }
} }
},
"shared_views": {
"defaultValue": "{}"
} }
}, },
"theme": { "theme": {