added new fileds in dimond page
Showing
2 changed files
with
4 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -23,6 +23,9 @@ |
}, | ||
"btnText": { | ||
"type": "string" | ||
}, | ||
"PolishedDiamondsHeadingTwo": { | ||
"type": "string" | ||
} | ||
} | ||
} |
... | ... | @@ -451,6 +451,7 @@ export interface LayoutPolishedDiamonds extends Schema.Component { |
true | ||
>; | ||
btnText: Attribute.String; | ||
PolishedDiamondsHeadingTwo: Attribute.String; | ||
}; | ||
} | ||
... | ... |