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 +3 -3 1.1.01.2.4 View file →
@@ -1,9 +1,9 @@
1 1 {
2 2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 3 "apiVersion": 2,
4 4 "name": "kevinbatdorf/code-block-pro",
5 - "version": "0.1.0",
5 + "version": "1.2.0",
6 6 "title": "Code Block Pro",
7 7 "category": "common",
8 8 "description": "Code highlighting powered by the VS Code engine",
9 9 "attributes": {
@@ -10,9 +10,9 @@
10 10 "code": { "type": "string" },
11 11 "codeHTML": { "type": "string" },
12 12 "language": { "type": "string" },
13 13 "theme": { "type": "string" },
14 - "align": { "type": "string", "default": "center" },
14 + "align": { "type": "string", "default": "none" },
15 15 "bgColor": { "type": "string", "default": "#282a37" },
16 16 "textColor": { "type": "string", "default": "#f8f8f2" },
17 17 "lineNumbers": { "type": "boolean" },
18 18 "startingLineNumber": { "type": "number", "default": 1 },
@@ -22,9 +22,9 @@
22 22 "copyButton": { "type": "boolean" }
23 23 },
24 24 "supports": {
25 25 "html": false,
26 - "align": true
26 + "align": ["full", "wide"]
27 27 },
28 28 "textdomain": "code-block-pro",
29 29 "editorScript": "file:./index.js",
30 30 "editorStyle": "file:./index.css",