{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "vayu-blocks/flip-box",
  "version": "0.2.0",
  "title": "Flip Box",
  "category": "vayu-blocks",
  "keywords": [
    "flipbox",
    "advance flipbox"
  ],
  "description": "A block to display content that flips on hover for an engaging effect.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "example": {
    "attributes": {
      "title": "Hello GutSlider Block"
    }
  },
  "textdomain": "vayu-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}