From b34c27bef4405c66d2068929be8b699c64def8cc Mon Sep 17 00:00:00 2001 From: ElisavetAmpatzidou Date: Fri, 5 May 2023 12:55:42 +0300 Subject: [PATCH] fix: fix validation rules --- clip/initParamsValidationRules.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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",