{
  "apiVersion": 3,
  "title": "Flip Card Back",
  "name": "brandy/flip-card-back",
  "category": "brandy-blocks",
  "description": "Back side of a flip card",
  "parent": [
    "brandy/flip-card"
  ],
  "attributes": {},
  "supports": {
    "reusable": false,
    "html": false,
    "color": {
      "background": true,
      "text": true,
      "gradients": true
    },
    "spacing": {
      "padding": true,
      "blockGap": true
    },
    "__experimentalBorder": {
      "radius": true,
      "width": true,
      "color": true,
      "style": true
    },
    "layout": {
      "allowSizingOnChildren": true
    }
  },
  "editorScript": "file:./index.js",
  "textdomain": "brandy-blocks"
}