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 | src/block.json +16 -4 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": {
@@ -18,8 +18,9 @@
18 18 "fontFamily": { "type": "string" },
19 19 "lineHeight": { "type": "string" },
20 20 "lineNumbers": { "type": "boolean" },
21 21 "clampFonts": { "type": "boolean" },
22 + "editorHeight": { "type": "string" },
22 23 "headerType": { "type": "string" },
23 24 "footerType": { "type": "string" },
24 25 "headerString": { "type": "string" },
25 26 "disablePadding": { "type": "boolean" },
@@ -24,13 +25,19 @@
24 25 "headerString": { "type": "string" },
25 26 "disablePadding": { "type": "boolean" },
26 27 "footerString": { "type": "string" },
27 28 "footerLink": { "type": "string" },
29 + "enableMaxHeight": { "type": "boolean" },
30 + "seeMoreType": { "type": "string" },
31 + "seeMoreString": { "type": "string" },
32 + "seeMoreAfterLine": { "type": "string" },
33 + "seeMoreTransition": { "type": "boolean" },
28 34 "footerLinkTarget": { "type": "boolean" },
29 35 "startingLineNumber": { "type": "number", "default": 1 },
30 36 "lineNumbersWidth": { "type": "number" },
31 37 "enableHighlighting": { "type": "boolean" },
32 - "lineHighlights": { "type":"string" },
38 + "highlightingHover": { "type": "boolean" },
39 + "lineHighlights": { "type": "string" },
33 40 "lineHighlightColor": { "type": "string" },
34 41 "enableBlurring": { "type": "boolean" },
35 42 "lineBlurs": { "type": "string" },
36 43 "removeBlurOnHover": { "type": "boolean" },
@@ -36,9 +43,14 @@
36 43 "removeBlurOnHover": { "type": "boolean" },
37 44 "frame": { "type": "boolean" },
38 45 "renderType": { "type": "string", "default": "code" },
39 46 "label": { "type": "string", "default": "" },
40 - "copyButton": { "type": "boolean" }
47 + "copyButton": { "type": "boolean" },
48 + "copyButtonType": { "type": "string" },
49 + "copyButtonString": { "type": "string" },
50 + "copyButtonStringCopied": { "type": "string" },
51 + "tabSize": { "type": "number" },
52 + "useTabs": { "type": "boolean" }
41 53 },
42 54 "supports": {
43 55 "html": false,
44 56 "align": ["wide", "full"]