{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "kevinbatdorf/code-block-pro",
    "version": "1.2.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" },
        "headerType": { "type": "string" },
        "footerType": { "type": "string" },
        "headerString": { "type": "string" },
        "disablePadding": { "type": "boolean" },
        "footerString": { "type": "string" },
        "footerLink": { "type": "string" },
        "footerLinkTarget": { "type": "boolean" },
        "startingLineNumber": { "type": "number", "default": 1 },
        "lineNumbersWidth": { "type": "number" },
        "enableHighlighting": { "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" }
    },
    "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"
}
