Commit cac19bd1 by adarsh

.

1 parent ba57ea24
......@@ -52,33 +52,118 @@
"exteriorDesignText2": {
"type": "text"
},
"exteriorDesignImages": {
"interiorDesignText1": {
"type": "text"
},
"slug": {
"type": "uid"
},
"carModelTitle": {
"type": "string"
},
"carModelDescription": {
"type": "text"
},
"carModelList": {
"displayName": "carModelList",
"type": "component",
"repeatable": true,
"component": "layout.car-model-list"
},
"exteriorImage": {
"displayName": "exteriorImage",
"type": "component",
"repeatable": true,
"component": "layout.exterior-image"
},
"interiorImg": {
"displayName": "interiorImg",
"type": "component",
"repeatable": true,
"component": "layout.interior-img"
},
"performanceTitle": {
"type": "text"
},
"performancePara": {
"type": "text"
},
"connectivityTitle": {
"type": "text"
},
"connectivityPara": {
"type": "text"
},
"connectImg": {
"type": "media",
"multiple": true,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
"images"
]
},
"interiorDesignText1": {
"ExpText": {
"type": "text"
},
"expPara": {
"type": "text"
},
"interiorDesignImages": {
"expImg": {
"type": "media",
"multiple": true,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
"images"
]
},
"slug": {
"type": "uid"
"varientTitle": {
"type": "text"
},
"varientPara": {
"type": "text"
},
"priceTitle": {
"type": "text"
},
"pricePara": {
"type": "text"
},
"priceImg": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
]
},
"efficiencyTitle": {
"type": "text"
},
"effeciancyPara": {
"type": "text"
},
"effeciancyImg": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
]
},
"summeryTitle": {
"type": "string"
},
"summeryPara": {
"type": "text"
},
"frequentlyAskedTitle": {
"type": "string"
},
"faqs": {
"displayName": "faqs",
"type": "component",
"repeatable": true,
"component": "layout.faqs"
}
}
}
{
"collectionName": "components_layout_car_model_lists",
"info": {
"displayName": "carModelList"
},
"options": {},
"attributes": {
"title": {
"type": "string"
},
"image": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false
}
}
}
{
"collectionName": "components_layout_exterior_images",
"info": {
"displayName": "exteriorImage",
"description": ""
},
"options": {},
"attributes": {
"image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
]
}
}
}
{
"collectionName": "components_layout_faqs",
"info": {
"displayName": "faqs",
"description": ""
},
"options": {},
"attributes": {
"question": {
"type": "text"
},
"ans": {
"type": "text"
}
}
}
{
"collectionName": "components_layout_interior_images",
"info": {
"displayName": "interiorImage"
},
"options": {},
"attributes": {}
}
{
"collectionName": "components_layout_interior_imgs",
"info": {
"displayName": "interiorImg"
},
"options": {},
"attributes": {
"image": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!