PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.13.0
Code Block Pro – Beautiful Syntax Highlighting v1.13.0
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 +1 -29 1.27.61.13.0 View file →
@@ -1,7 +1,7 @@
1 1 {
2 2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 - "apiVersion": 3,
3 + "apiVersion": 2,
4 4 "name": "kevinbatdorf/code-block-pro",
5 5 "version": "1.13.0",
6 6 "title": "Code Block Pro - Beautiful syntax highlighting",
7 7 "category": "common",
@@ -80,14 +80,8 @@
80 80 },
81 81 "seeMoreTransition": {
82 82 "type": "boolean"
83 83 },
84 - "seeMoreCollapse": {
85 - "type": "boolean"
86 - },
87 - "seeMoreCollapseString": {
88 - "type": "string"
89 - },
90 84 "footerLinkTarget": {
91 85 "type": "boolean"
92 86 },
93 87 "startingLineNumber": {
@@ -99,11 +93,8 @@
99 93 },
100 94 "enableHighlighting": {
101 95 "type": "boolean"
102 96 },
103 - "highlightingHover": {
104 - "type": "boolean"
105 - },
106 97 "lineHighlights": {
107 98 "type": "string"
108 99 },
109 100 "lineHighlightColor": {
@@ -129,27 +120,8 @@
129 120 "type": "string",
130 121 "default": ""
131 122 },
132 123 "copyButton": {
133 - "type": "boolean"
134 - },
135 - "copyButtonType": {
136 - "type": "string"
137 - },
138 - "copyButtonString": {
139 - "type": "string"
140 - },
141 - "copyButtonStringCopied": {
142 - "type": "string"
143 - },
144 - "copyButtonUseTextarea": {
145 - "type": "boolean",
146 - "default": false
147 - },
148 - "tabSize": {
149 - "type": "number"
150 - },
151 - "useTabs": {
152 124 "type": "boolean"
153 125 }
154 126 },
155 127 "supports": {