Commit 072f6992 by Gaurav Dev

miner changes

1 parent 644a271b
...@@ -18,16 +18,6 @@ ...@@ -18,16 +18,6 @@
"price": { "price": {
"type": "string" "type": "string"
}, },
"carImages": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": true
},
"model": { "model": {
"type": "enumeration", "type": "enumeration",
"enum": [ "enum": [
...@@ -51,6 +41,12 @@ ...@@ -51,6 +41,12 @@
"Coupes", "Coupes",
"Cabriolets / Roadsters" "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!