inner-banner.json 958 Bytes
{
  "collectionName": "components_inner_banner_inner_banners",
  "info": {
    "displayName": "InnerBanner"
  },
  "options": {},
  "attributes": {
    "PageTitle": {
      "type": "string"
    },
    "Desktopbanner": {
      "type": "media",
      "multiple": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "Mobilebanner": {
      "type": "media",
      "multiple": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "Subtitle": {
      "type": "string"
    },
    "Description": {
      "type": "text"
    },
    "logos": {
      "type": "media",
      "multiple": true,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "Button": {
      "type": "component",
      "component": "button.buttton",
      "repeatable": false
    }
  },
  "config": {}
}