mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
@@ -27,7 +27,8 @@ const supportedOptions = Joi.object().keys({
|
|||||||
foregroundColor: Joi.string().min(10).max(16),
|
foregroundColor: Joi.string().min(10).max(16),
|
||||||
labelColor: Joi.string().min(10).max(16),
|
labelColor: Joi.string().min(10).max(16),
|
||||||
groupingIdentifier: Joi.string(),
|
groupingIdentifier: Joi.string(),
|
||||||
suppressStripShine: Joi.boolean()
|
suppressStripShine: Joi.boolean(),
|
||||||
|
logoText: Joi.string(),
|
||||||
}).with("webServiceURL", "authenticationToken");
|
}).with("webServiceURL", "authenticationToken");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user