{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Medal",
  "name": "brandy/medal",
  "category": "brandy-blocks",
  "description": "Flank a figure with a pair of laurels and caption it — awards won, clients served, years in business.",
  "keywords": [
    "medal",
    "award",
    "laurel",
    "wreath",
    "badge",
    "stat",
    "achievement"
  ],
  "attributes": {
    "shape": {
      "type": "string",
      "enum": [
        "none",
        "laurel",
        "wheat",
        "wings",
        "brackets"
      ],
      "default": "laurel"
    },
    "shapeSize": {
      "type": "number",
      "default": 48
    },
    "shapeColor": {
      "type": "string",
      "default": ""
    },
    "shapeGap": {
      "type": "number",
      "default": 10
    },
    "labelColor": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".brandy-medal__label"
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": false,
        "text": false
      }
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true,
      "__experimentalDefaultControls": {
        "padding": false
      }
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontFamily": true
    },
    "shadow": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "example": {
    "viewportWidth": 320,
    "attributes": {
      "label": "Awards On Shelf"
    },
    "innerBlocks": [
      {
        "name": "brandy/counter",
        "attributes": {
          "endValue": 50,
          "title": "",
          "description": "",
          "iconName": ""
        }
      }
    ]
  },
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}