banner.json 844 Bytes
{
  "collectionName": "components_home_banner_s",
  "info": {
    "displayName": "Banner "
  },
  "options": {},
  "attributes": {
    "Subheading": {
      "type": "string"
    },
    "Heading": {
      "type": "string"
    },
    "AnimatedText": {
      "type": "component",
      "component": "home.animated-text",
      "repeatable": true
    },
    "BackImage": {
      "type": "media",
      "multiple": false,
      "allowedTypes": [
        "images"
      ]
    },
    "StudentImg": {
      "type": "media",
      "multiple": false,
      "allowedTypes": [
        "images"
      ]
    },
    "BoxImg": {
      "type": "component",
      "component": "home.box-img",
      "repeatable": true
    },
    "SliderImg": {
      "type": "component",
      "component": "home.slider-img",
      "repeatable": true
    }
  },
  "config": {}
}