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 | build/block.json +4 -23 1.5.21.2.4 View file →
@@ -19,9 +19,10 @@
19 19 "theme": {
20 20 "type": "string"
21 21 },
22 22 "align": {
23 - "type": "string"
23 + "type": "string",
24 + "default": "none"
24 25 },
25 26 "bgColor": {
26 27 "type": "string",
27 28 "default": "#282a37"
@@ -29,31 +30,11 @@
29 30 "textColor": {
30 31 "type": "string",
31 32 "default": "#f8f8f2"
32 33 },
33 - "fontSize": {
34 - "type": "string"
35 - },
36 - "fontFamily": {
37 - "type": "string"
38 - },
39 - "lineHeight": {
40 - "type": "string"
41 - },
42 34 "lineNumbers": {
43 35 "type": "boolean"
44 36 },
45 - "clampFonts": {
46 - "type": "boolean",
47 - "default": false
48 - },
49 - "headerType": {
50 - "type": "string"
51 - },
52 - "disablePadding": {
53 - "type": "boolean",
54 - "default": false
55 - },
56 37 "startingLineNumber": {
57 38 "type": "number",
58 39 "default": 1
59 40 },
@@ -74,10 +55,10 @@
74 55 },
75 56 "supports": {
76 57 "html": false,
77 58 "align": [
78 - "wide",
79 - "full"
59 + "full",
60 + "wide"
80 61 ]
81 62 },
82 63 "textdomain": "code-block-pro",
83 64 "editorScript": "file:./index.js",