Commit 45f24a4a by Gaurav Dev

added new fileds in dimond page

1 parent 17a30ef3
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
}, },
"btnText": { "btnText": {
"type": "string" "type": "string"
},
"PolishedDiamondsHeadingTwo": {
"type": "string"
} }
} }
} }
...@@ -451,6 +451,7 @@ export interface LayoutPolishedDiamonds extends Schema.Component { ...@@ -451,6 +451,7 @@ export interface LayoutPolishedDiamonds extends Schema.Component {
true true
>; >;
btnText: Attribute.String; 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!