supply-chain.json 579 Bytes
{
  "collectionName": "components_layout_supply_chains",
  "info": {
    "displayName": "SupplyChain",
    "description": ""
  },
  "options": {},
  "attributes": {
    "heading": {
      "type": "string"
    },
    "description": {
      "type": "blocks"
    },
    "images": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "Listing": {
      "type": "component",
      "repeatable": true,
      "component": "layout.listing"
    }
  }
}