{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "designsetgo/flip-card-back",
  "version": "1.0.0",
  "title": "Flip Card Back",
  "category": "designsetgo",
  "parent": [
    "designsetgo/flip-card"
  ],
  "description": "Back face of the flip card.",
  "keywords": [
    "flip",
    "card",
    "back"
  ],
  "textdomain": "designsetgo",
  "icon": "id-alt",
  "supports": {
    "anchor": false,
    "align": false,
    "html": false,
    "inserter": false,
    "reusable": false,
    "layout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "allowEditing": true,
      "allowVerticalAlignment": true,
      "allowJustification": true,
      "default": {
        "type": "flex",
        "orientation": "vertical",
        "verticalAlignment": "center",
        "justifyContent": "center"
      }
    },
    "spacing": {
      "padding": true,
      "margin": false,
      "blockGap": true,
      "__experimentalDefaultControls": {
        "padding": true,
        "blockGap": true
      }
    },
    "color": {
      "background": true,
      "text": true,
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": true
      }
    }
  },
  "attributes": {},
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}