added emailNotifications to form model

This commit is contained in:
David Baldwynn 2017-10-05 21:16:10 -07:00
parent 45b378d16f
commit 346537fea5

View file

@ -150,6 +150,13 @@ var FormSchema = new Schema({
buttons:[ButtonSchema]
},
emailNotifications: {
enabled: {
type: Boolean,
default: false
},
emailRecipients: [String]
},
hideFooter: {
type: Boolean,
default: false