Commit fce88525 by adarsh

added field

1 parent 28c0c6f7
{
"collectionName": "components_layout_car_images",
"info": {
"displayName": "carImage"
},
"options": {},
"attributes": {
"Image": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false
}
}
}
{
"collectionName": "components_layout_car_model_lists",
"info": {
"displayName": "carModelList"
"displayName": "carModelList",
"description": ""
},
"options": {},
"attributes": {
"title": {
"type": "string"
},
"image": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false
"priceTitle": {
"type": "string"
},
"carImage": {
"displayName": "carImage",
"type": "component",
"repeatable": true,
"component": "layout.car-image",
"required": false
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!