PluginProbe
Highlighting Code Block / 1.2.4
Highlighting Code Block v1.2.4
2.2.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.4.0 All 41 releases
highlighting-code-block / src / js / code-block / block.json

block.json in Highlighting Code Block 1.2.4, at src/js/code-block/block.json

50 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "loos-hcb/code-block",
3 "title": "Highlighing Code Block",
4 "category": "formatting",
5 "keywords": [
6 "hcb",
7 "code"
8 ],
9 "supports": {
10 "className": false
11 },
12 "attributes": {
13 "code": {
14 "type": "string",
15 "source": "text",
16 "selector": "code"
17 },
18 "className": {
19 "type": "string",
20 "default": ""
21 },
22 "langType": {
23 "type": "string",
24 "default": "plane"
25 },
26 "langName": {
27 "type": "string",
28 "default": ""
29 },
30 "fileName": {
31 "type": "string",
32 "default": ""
33 },
34 "dataLineNum": {
35 "type": "string",
36 "default": ""
37 },
38 "isLineShow": {
39 "type": "string",
40 "default": "undefined"
41 },
42 "isShowLang": {
43 "type": "string",
44 "default": ""
45 }
46 },
47 "textdomain": "loos-hcb",
48 "editorScript": "file:../../build/js/code-block/index.js",
49 "editorStyle": "file:../../build/css/hcb_editor.css"
50 }