{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "flip-block/card",
  "version": "0.1.3",
  "title": "Flip Block",
  "category": "widgets",
  "icon": "admin-page",
  "description": "Flip card container.",
  "attributes": {
    "width": {
      "type": "string",
      "default": "100%"
    },
    "height": {
      "type": "string",
      "default": "300px"
    },
    "perspective": {
      "type": "string",
      "default": "900px"
    }
  },
  "supports": {
    "html": false,
    "anchor": true
  },
  "textdomain": "flip-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}