{
  "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
  "apiVersion": 2,
  "name": "ainoblocks/badge",
  "version": "1.1.0",
  "title": "Badge",
  "category": "ainoblocks",
  "description": "This is a badge block.",
  "keywords": [
    "badge",
    "notice",
    "highlight",
    "info",
    "ainoblocks"
  ],
  "textdomain": "ainoblocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "content": {
      "type": "string"
    },
    "size": {
      "type": "string",
      "default": "size__m"
    },
    "placeholder": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    },
    "alignment": {
      "type": "string"
    },
    "borderRadius": {
      "type": "number"
    },
    "fontSize": {
      "type": "string"
    }
  },
  "supports": {
    "color": {
      "gradients": true,
      "text": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "typography": {
      "fontSize": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  }
}