{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "mindspun/show-hide",
  "version": "0.18.1",
  "title": "Show/Hide",
  "category": "mindspun-responsive-blocks",
  "description": "Conditionally show a block based on an event.",
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "transition": {
      "type": "string",
      "default": "flip-down"
    },
    "transitionDuration": {
      "type": "number",
      "default": null
    },
    "eventType": {
      "type": "string",
      "default": "mrblx.show"
    },
    "defaultBlockId": {
      "type": "string"
    },
    "style": {
      "type": "object",
      "default": {}
    }
  },
  "textdomain": "mrblx",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "viewScript": "file:./view.js",
  "supports": {
    "className": true
  },
  "providesContext": {
    "mindspun/defaultBlockId": "defaultBlockId"
  }
}