Added support for logoText in supportedOptions (issues #21, #28)

This commit is contained in:
Alexander Cerutti
2019-06-07 01:14:05 +02:00
parent 6451a3c378
commit f292031494

View File

@@ -27,7 +27,8 @@ const supportedOptions = Joi.object().keys({
foregroundColor: Joi.string().min(10).max(16),
labelColor: Joi.string().min(10).max(16),
groupingIdentifier: Joi.string(),
suppressStripShine: Joi.boolean()
suppressStripShine: Joi.boolean(),
logoText: Joi.string(),
}).with("webServiceURL", "authenticationToken");