{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "designsetgo/scroll-slide",
  "version": "1.0.0",
  "title": "Scroll Slide",
  "category": "designsetgo",
  "description": "Individual slide within a Scroll Slides block",
  "keywords": [
    "slide",
    "panel",
    "section",
    "scroll"
  ],
  "textdomain": "designsetgo",
  "icon": "slides",
  "parent": [
    "designsetgo/scroll-slides"
  ],
  "usesContext": [
    "designsetgo/queryId"
  ],
  "attributes": {
    "navHeading": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "anchor": true,
    "html": false,
    "spacing": {
      "margin": false,
      "padding": true
    },
    "color": {
      "background": true,
      "text": true,
      "gradients": true
    },
    "background": {
      "backgroundImage": true,
      "backgroundSize": true,
      "backgroundPosition": true,
      "backgroundRepeat": true,
      "__experimentalDefaultControls": {
        "backgroundImage": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "shadow": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    }
  },
  "example": {
    "attributes": {
      "navHeading": "Slide"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}