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", "collectionName": "components_layout_car_model_lists",
"info": { "info": {
"displayName": "carModelList" "displayName": "carModelList",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
"title": { "title": {
"type": "string" "type": "string"
}, },
"image": { "priceTitle": {
"allowedTypes": [ "type": "string"
"images" },
], "carImage": {
"type": "media", "displayName": "carImage",
"multiple": false "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!