added emailNotifications to form model
This commit is contained in:
parent
45b378d16f
commit
346537fea5
@ -150,6 +150,13 @@ var FormSchema = new Schema({
|
||||
buttons:[ButtonSchema]
|
||||
},
|
||||
|
||||
emailNotifications: {
|
||||
enabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
emailRecipients: [String]
|
||||
},
|
||||
hideFooter: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user