Commit 02c855b7 by Gaurav Dev

change fildes names

1 parent 9aeff23d
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
}, },
"pluginOptions": {}, "pluginOptions": {},
"attributes": { "attributes": {
"bannerText": { "bannerTitle": {
"type": "string" "type": "text"
}, },
"bannerImageDesktop": { "bannerImageDesktop": {
"type": "media", "type": "media",
...@@ -40,12 +40,6 @@ ...@@ -40,12 +40,6 @@
"featuresTitle": { "featuresTitle": {
"type": "string" "type": "string"
}, },
"featuresText1": {
"type": "text"
},
"featuresText2": {
"type": "text"
},
"exteriorDesignText1": { "exteriorDesignText1": {
"type": "text" "type": "text"
}, },
...@@ -183,10 +177,46 @@ ...@@ -183,10 +177,46 @@
"locationUrl": { "locationUrl": {
"type": "text" "type": "text"
}, },
"ConnectivityPara": { "ConnectivityDescription": {
"type": "richtext"
},
"featuresDescription1": {
"type": "richtext"
},
"featuresDescription2": {
"type": "richtext"
},
"exteriorDescription1": {
"type": "richtext"
},
"exteriorDescription2": {
"type": "richtext"
},
"performanceDescription": {
"type": "richtext"
},
"interiorDescription1": {
"type": "richtext"
},
"interiorDescription2": {
"type": "richtext"
},
"expDescription": {
"type": "richtext"
},
"expTitle": {
"type": "text"
},
"varientDescription": {
"type": "richtext"
},
"priceDescription": {
"type": "richtext"
},
"effeciancyDescription": {
"type": "richtext" "type": "richtext"
}, },
"connectivityPara": { "summeryDescription": {
"type": "richtext" "type": "richtext"
} }
} }
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
"question": { "question": {
"type": "text" "type": "text"
}, },
"ans": { "answer": {
"type": "text" "type": "richtext"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!