factor out settings page with email settings

This commit is contained in:
Quincy Larson
2016-03-13 16:06:04 -07:00
parent 8e621fd0cb
commit d47aed4850
5 changed files with 176 additions and 55 deletions

View File

@@ -110,6 +110,14 @@
"type": "boolean",
"default": true
},
"sendNotificationEmail": {
"type": "boolean",
"default": true
},
"sendQuincyEmail": {
"type": "boolean",
"default": true
},
"isLocked": {
"type": "boolean",
"default": false,