{
  "apiVersion": 2,
  "name": "loos-hcb/code-block",
  "title": "Highlighing Code Block",
  "category": "formatting",
  "keywords": [
    "hcb",
    "code"
  ],
  "supports": {
    "className": false
  },
  "attributes": {
    "code": {
      "type": "string",
      "source": "text",
      "selector": "code"
    },
    "langType": {
      "type": "string",
      "default": ""
    },
    "langName": {
      "type": "string",
      "default": ""
    },
    "fileName": {
      "type": "string",
      "default": ""
    },
    "dataLineNum": {
      "type": "string",
      "default": ""
    },
    "dataStart": {
      "type": "number",
      "default": 1
    },
    "isLineShow": {
      "type": "string",
      "default": "undefined"
    },
    "isShowLang": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "loos-hcb",
  "editorScript": "hcb-code-block",
  "editorStyle": "hcb-editor-style"
}