PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.26.7
Code Block Pro – Beautiful Syntax Highlighting v1.26.7
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 +38 -2 1.9.31.26.7 View file →
@@ -1,9 +1,9 @@
1 1 {
2 2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 - "apiVersion": 2,
3 + "apiVersion": 3,
4 4 "name": "kevinbatdorf/code-block-pro",
5 - "version": "1.2.0",
5 + "version": "1.13.0",
6 6 "title": "Code Block Pro - Beautiful syntax highlighting",
7 7 "category": "common",
8 8 "description": "Code highlighting powered by the VS Code engine. No overhead.",
9 9 "attributes": {
@@ -44,8 +44,11 @@
44 44 },
45 45 "clampFonts": {
46 46 "type": "boolean"
47 47 },
48 + "editorHeight": {
49 + "type": "string"
50 + },
48 51 "headerType": {
49 52 "type": "string"
50 53 },
51 54 "footerType": {
@@ -62,8 +65,23 @@
62 65 },
63 66 "footerLink": {
64 67 "type": "string"
65 68 },
69 + "enableMaxHeight": {
70 + "type": "boolean"
71 + },
72 + "seeMoreType": {
73 + "type": "string"
74 + },
75 + "seeMoreString": {
76 + "type": "string"
77 + },
78 + "seeMoreAfterLine": {
79 + "type": "string"
80 + },
81 + "seeMoreTransition": {
82 + "type": "boolean"
83 + },
66 84 "footerLinkTarget": {
67 85 "type": "boolean"
68 86 },
69 87 "startingLineNumber": {
@@ -75,8 +93,11 @@
75 93 },
76 94 "enableHighlighting": {
77 95 "type": "boolean"
78 96 },
97 + "highlightingHover": {
98 + "type": "boolean"
99 + },
79 100 "lineHighlights": {
80 101 "type": "string"
81 102 },
82 103 "lineHighlightColor": {
@@ -102,8 +123,23 @@
102 123 "type": "string",
103 124 "default": ""
104 125 },
105 126 "copyButton": {
127 + "type": "boolean"
128 + },
129 + "copyButtonType": {
130 + "type": "string"
131 + },
132 + "copyButtonString": {
133 + "type": "string"
134 + },
135 + "copyButtonStringCopied": {
136 + "type": "string"
137 + },
138 + "tabSize": {
139 + "type": "number"
140 + },
141 + "useTabs": {
106 142 "type": "boolean"
107 143 }
108 144 },
109 145 "supports": {