Added schema support for sharingProhibited (not documented in ppfr)

This commit is contained in:
Alexander Cerutti
2019-01-08 23:16:33 +01:00
parent 79cfde4eae
commit 47ff693b66

View File

@@ -23,6 +23,7 @@ let supportedOptions = Joi.object().keys({
is: Joi.exist(),
then: Joi.required()
}),
sharingProhibited: Joi.boolean(),
backgroundColor: Joi.string().min(10).max(16),
foregroundColor: Joi.string().min(10).max(16),
labelColor: Joi.string().min(10).max(16),