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 57bc809 + ec2577b commit ccb64d4Copy full SHA for ccb64d4
src/routes/productTemplates/update.js
@@ -21,10 +21,11 @@ const schema = {
21
name: Joi.string().max(255),
22
productKey: Joi.string().max(45),
23
category: Joi.string().max(45),
24
+ subCategory: Joi.string().max(45),
25
icon: Joi.string().max(255),
26
brief: Joi.string().max(45),
27
details: Joi.string().max(255),
- aliases: Joi.object(),
28
+ aliases: Joi.array(),
29
template: Joi.object(),
30
disabled: Joi.boolean().optional(),
31
hidden: Joi.boolean().optional(),
0 commit comments