{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "flip-block/side",
  "version": "0.1.3",
  "title": "Flip Side",
  "category": "widgets",
  "icon": "media-default",
  "parent": [
    "flip-block/container"
  ],
  "description": "Side of a flip card.",
  "supports": {
    "html": false,
    "reusable": false,
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "padding": true,
      "__experimentalDefaultControls": {
        "padding": true
      }
    }
  },
  "attributes": {
    "verticalAlignment": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string",
      "default": "white"
    }
  },
  "textdomain": "flip-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}