diff --git a/clip/initParamsValidationRules.ts b/clip/initParamsValidationRules.ts index bedd8a8..71db01f 100644 --- a/clip/initParamsValidationRules.ts +++ b/clip/initParamsValidationRules.ts @@ -1,4 +1,10 @@ export default { + backgroundColor:{ type: "color" }, + primaryColor:{ type: "color" }, + secondaryColor:{ type: "color" }, + fontColor:{ type: "color" }, + title:{ type: "string" }, + image1:{ type: "string" }, products: { label: "Products", type: "array",