{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "flpb/flipbox",
  "version": "1.0.0",
  "title": "Flipbox",
  "category": "common",
  "description": "A flip box is an interactive UI element that flips between two sections on hover or click.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "example": {},
  "textdomain": "flipbox-block",
  "editorScript": [
    "file:./index.js",
    "wp-i18n"
  ],
  "style": "file:./style-index.css",
  "viewScript": "file:./frontend.js"
}