We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3937d6 + a1f8fb8 commit 182739aCopy full SHA for 182739a
src/lib/forms-schema/index.ts
@@ -532,6 +532,10 @@ const formSchema = Joi.object().keys({
532
}),
533
disallowApprovingWhenAwaitingClarification: Joi.boolean(),
534
defaultPreventPaymentOnClarificationRequest: Joi.boolean(),
535
+ approvalCreatedEmailTemplateId: Joi.number().integer(),
536
+ clarificationRequestEmailTemplateId: Joi.number().integer(),
537
+ approvedEmailTemplateId: Joi.number().integer(),
538
+ deniedEmailTemplateId: Joi.number().integer(),
539
540
541
postSubmissionAction: Joi.string()
0 commit comments