Commit 45f24a4a by Gaurav Dev

added new fileds in dimond page

1 parent 17a30ef3
......@@ -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;
};
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!