Skip to content

Commit

Permalink
fix: fix validation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisavetAmpatzidou committed May 5, 2023
1 parent ea7e465 commit b34c27b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clip/initParamsValidationRules.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b34c27b

Please sign in to comment.