{
  "apiVersion": 3,
  "name": "adbrains-hero-slider/adb-hero-slide",
  "textdomain": "adbrains-hero-slider",
  "version": "1.0.0",
  "title": "Hero Slide",
  "category": "design",
  "parent": ["adbrains-hero-slider/adb-hero-slider"],
  "icon": "format-image",
  "description": "A single slide with image or video background and hero content.",
  "keywords": ["hero", "slide", "banner"],
  "supports": {
    "html": false,
    "align": ["full", "wide"]
  },
  "attributes": {
    "isImage": {
      "type": "boolean",
      "default": true
    },
    "imageUrl": {
      "type": "string",
      "default": ""
    },
    "videoUrl": {
      "type": "string",
      "default": ""
    },
    "overlayColor": {
      "type": "string",
      "default": "#0f172a"
    },
    "overlayOpacity": {
      "type": "number",
      "default": 85
    },
    "overlayGradient": {
      "type": "string",
      "default": "linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 27, 75, 0.8) 100%)"
    },
    "verticalAlign": {
      "type": "string",
      "default": "center"
    },
    "horizontalAlign": {
      "type": "string",
      "default": "left"
    },
    "contentWidth": {
      "type": "string",
      "default": "wide"
    },
    "imageObjectFit": {
      "type": "string",
      "default": "cover"
    },
    "videoPoster": {
      "type": "string",
      "default": ""
    },
    "videoControls": {
      "type": "boolean",
      "default": false
    },
    "animationType": {
      "type": "string",
      "default": "none"
    },
    "animationDelay": {
      "type": "number",
      "default": 0
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}

