inner-banner.json 1009 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"
      ]
    },
    "BackgroundColor": {
      "type": "customField",
      "customField": "plugin::color-picker.color",
      "regex": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
    }
  },
  "config": {}
}