| 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 |
} |