{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Showcase Slider",
  "name": "brandy/showcase-slider",
  "category": "brandy-blocks",
  "description": "Editorial slider with a fixed colour panel: the media slides a full column while the panel's text slides inside a frame that stays put, and the next slide's media previews at the edge.",
  "keywords": [
    "slider",
    "showcase",
    "carousel",
    "editorial",
    "parallax",
    "testimonial",
    "split"
  ],
  "attributes": {
    "layout": {
      "type": "string",
      "enum": [
        "editorial",
        "overlay",
        "stacked"
      ],
      "default": "editorial"
    },
    "panelSide": {
      "type": "string",
      "enum": [
        "right",
        "left"
      ],
      "default": "right"
    },
    "panelWidth": {
      "type": "number",
      "default": 42
    },
    "mediaHeight": {
      "type": "string",
      "default": "540px"
    },
    "showPreview": {
      "type": "boolean",
      "default": true
    },
    "previewPeek": {
      "type": "number",
      "default": 8
    },
    "settle": {
      "type": "boolean",
      "default": true
    },
    "showArrows": {
      "type": "boolean",
      "default": true
    },
    "showCounter": {
      "type": "boolean",
      "default": true
    },
    "controlsNavColors": {
      "type": "object",
      "default": {}
    },
    "controlsDotsColors": {
      "type": "object",
      "default": {}
    }
  },
  "allowedBlocks": [
    "brandy/showcase-slide"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}