{
  "apiVersion": 3,
  "title": "Span",
  "name": "b3rg/span",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Apply inline styling and formatting to specific text spans for emphasis.",
  "attributes": {
    "label": {
      "type": "string",
      "default": ""
    }
  },
  "usesContext": [
    "allowedBlocksInsideSpan"
  ],
  "ancestor": [
    "b3rg/button",
    "b3rg/counter"
  ],
  "supports": {
    "html": false,
    "customClassName": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}