{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "easy-architect/easy-glyph",
  "version": "1.1.9",
  "title": "Easy Glyph",
  "category": "design",
  "icon": "translation",
  "description": "Pick a Glyph.",
  "keywords": [
    "fonts",
    "glyph",
    "icon",
    "character",
    "symbol"
  ],
  "textdomain": "easy-architect",
  "attributes": {
    "glyph": {
      "type": "string",
      "default": "A"
    }
  },
  "supports": {
    "anchor": true,
    "html": false,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalWritingMode": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "fontAppearance": true,
        "fontFamily": true
      }
    },
    "interactivity": false,
    "lock": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}