{
  "$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",
      "default": "center"
    },
    "bgColor": {
      "type": "string",
      "default": "#282a37"
    },
    "textColor": {
      "type": "string",
      "default": "#f8f8f2"
    },
    "lineNumbers": {
      "type": "boolean"
    },
    "startingLineNumber": {
      "type": "number",
      "default": 1
    },
    "frame": {
      "type": "boolean"
    },
    "renderType": {
      "type": "string",
      "default": "code"
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "copyButton": {
      "type": "boolean"
    }
  },
  "supports": {
    "html": false,
    "align": true
  },
  "textdomain": "code-block-pro",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./front/front.js"
}