home-banner.json 809 Bytes
{
  "collectionName": "components_layout_home_banners",
  "info": {
    "displayName": "HomeBanner",
    "description": ""
  },
  "options": {},
  "attributes": {
    "bannerHeading": {
      "type": "text"
    },
    "bannerDesktopImage": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "bannerMobileImage": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "bannerButtonHeading": {
      "type": "text"
    },
    "bannerButtonHeadingURL": {
      "type": "text"
    },
    "bannerHeadingTwo": {
      "type": "text"
    }
  }
}