PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.2.4
Code Block Pro – Beautiful Syntax Highlighting v1.2.4
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
← All changes | src/block.json +2 -8 1.5.21.2.4 View file →
@@ -10,18 +10,12 @@
10 10 "code": { "type": "string" },
11 11 "codeHTML": { "type": "string" },
12 12 "language": { "type": "string" },
13 13 "theme": { "type": "string" },
14 - "align": { "type": "string" },
14 + "align": { "type": "string", "default": "none" },
15 15 "bgColor": { "type": "string", "default": "#282a37" },
16 16 "textColor": { "type": "string", "default": "#f8f8f2" },
17 - "fontSize": { "type": "string" },
18 - "fontFamily": { "type": "string" },
19 - "lineHeight": { "type": "string" },
20 17 "lineNumbers": { "type": "boolean" },
21 - "clampFonts": { "type": "boolean", "default": false },
22 - "headerType": { "type": "string" },
23 - "disablePadding": { "type": "boolean", "default": false },
24 18 "startingLineNumber": { "type": "number", "default": 1 },
25 19 "frame": { "type": "boolean" },
26 20 "renderType": { "type": "string", "default": "code" },
27 21 "label": { "type": "string", "default": "" },
@@ -28,9 +22,9 @@
28 22 "copyButton": { "type": "boolean" }
29 23 },
30 24 "supports": {
31 25 "html": false,
32 - "align": ["wide", "full"]
26 + "align": ["full", "wide"]
33 27 },
34 28 "textdomain": "code-block-pro",
35 29 "editorScript": "file:./index.js",
36 30 "editorStyle": "file:./index.css",