model-details.json 850 Bytes
{
  "collectionName": "components_layout_model_details",
  "info": {
    "displayName": "ModelDetails",
    "description": ""
  },
  "options": {},
  "attributes": {
    "modelHeading": {
      "type": "text"
    },
    "modelDescription": {
      "type": "richtext"
    },
    "priceHeading": {
      "type": "string"
    },
    "price": {
      "type": "string"
    },
    "bookATestDrive": {
      "type": "string"
    },
    "bookATestDriveUrl": {
      "type": "string"
    },
    "downloadHeading": {
      "type": "string"
    },
    "downloadFile": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": [
        "files"
      ]
    },
    "modelImages": {
      "displayName": "modelImages",
      "type": "component",
      "repeatable": true,
      "component": "layout.model-images"
    }
  }
}