{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "kevinbatdorf/code-block-pro", "version": "1.2.0", "title": "Code Block Pro", "category": "common", "description": "Code highlighting powered by the VS Code engine", "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", "default": false }, "headerType": { "type": "string" }, "headerString": { "type": "string" }, "disablePadding": { "type": "boolean", "default": false }, "startingLineNumber": { "type": "number", "default": 1 }, "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" }