diamond-jewellery-card.json 529 Bytes
{
  "collectionName": "components_layout_diamond_jewellery_cards",
  "info": {
    "displayName": "DiamondJewelleryCard",
    "description": ""
  },
  "options": {},
  "attributes": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "blocks"
    },
    "Images": {
      "type": "media",
      "multiple": true,
      "required": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "alttext": {
      "type": "string"
    }
  }
}