{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "kevinbatdorf/code-block-pro",
  "version": "1.13.0",
  "title": "Code Block Pro - Beautiful syntax highlighting",
  "category": "common",
  "description": "Code highlighting powered by the VS Code engine. No overhead.",
  "attributes": {
    "code": {
      "type": "string"
    },
    "codeHTML": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "theme": {
      "type": "string"
    },
    "align": {
      "type": "string"
    },
    "bgColor": {
      "type": "string",
      "default": "#282a37"
    },
    "textColor": {
      "type": "string",
      "default": "#f8f8f2"
    },
    "fontSize": {
      "type": "string"
    },
    "fontFamily": {
      "type": "string"
    },
    "lineHeight": {
      "type": "string"
    },
    "lineNumbers": {
      "type": "boolean"
    },
    "clampFonts": {
      "type": "boolean"
    },
    "editorHeight": {
      "type": "string"
    },
    "headerType": {
      "type": "string"
    },
    "footerType": {
      "type": "string"
    },
    "headerString": {
      "type": "string"
    },
    "disablePadding": {
      "type": "boolean"
    },
    "footerString": {
      "type": "string"
    },
    "footerLink": {
      "type": "string"
    },
    "enableMaxHeight": {
      "type": "boolean"
    },
    "seeMoreType": {
      "type": "string"
    },
    "seeMoreString": {
      "type": "string"
    },
    "seeMoreAfterLine": {
      "type": "string"
    },
    "seeMoreTransition": {
      "type": "boolean"
    },
    "seeMoreCollapse": {
      "type": "boolean"
    },
    "seeMoreCollapseString": {
      "type": "string"
    },
    "footerLinkTarget": {
      "type": "boolean"
    },
    "startingLineNumber": {
      "type": "number",
      "default": 1
    },
    "lineNumbersWidth": {
      "type": "number"
    },
    "enableHighlighting": {
      "type": "boolean"
    },
    "highlightingHover": {
      "type": "boolean"
    },
    "lineHighlights": {
      "type": "string"
    },
    "lineHighlightColor": {
      "type": "string"
    },
    "enableBlurring": {
      "type": "boolean"
    },
    "lineBlurs": {
      "type": "string"
    },
    "removeBlurOnHover": {
      "type": "boolean"
    },
    "frame": {
      "type": "boolean"
    },
    "renderType": {
      "type": "string",
      "default": "code"
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "copyButton": {
      "type": "boolean"
    },
    "copyButtonType": {
      "type": "string"
    },
    "copyButtonString": {
      "type": "string"
    },
    "copyButtonStringCopied": {
      "type": "string"
    },
    "copyButtonUseTextarea": {
      "type": "boolean",
      "default": false
    },
    "tabSize": {
      "type": "number"
    },
    "useTabs": {
      "type": "boolean"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "textdomain": "code-block-pro",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./front/front.js"
}