Commit 072f6992 by Gaurav Dev

miner changes

1 parent 644a271b
......@@ -18,16 +18,6 @@
"price": {
"type": "string"
},
"carImages": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": true
},
"model": {
"type": "enumeration",
"enum": [
......@@ -51,6 +41,12 @@
"Coupes",
"Cabriolets / Roadsters"
]
},
"carImages": {
"displayName": "carImages",
"type": "component",
"repeatable": true,
"component": "layout.car-images"
}
}
}
{
"collectionName": "components_layout_car_images",
"info": {
"displayName": "carImages"
},
"options": {},
"attributes": {}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!