| @@ -1,12 +1,12 @@ | ||
| 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": "1.2.0", | |
| 6 | - "title": "Code Block Pro", | |
| 5 | + "version": "1.13.0", | |
| 6 | + "title": "Code Block Pro - Beautiful syntax highlighting", | |
| 7 | 7 | "category": "common", |
| 8 | - "description": "Code highlighting powered by the VS Code engine", | |
| 8 | + "description": "Code highlighting powered by the VS Code engine. No overhead.", | |
| 9 | 9 | "attributes": { |
| 10 | 10 | "code": { |
| 11 | 11 | "type": "string" |
| 12 | 12 | }, |
| @@ -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": { |
| @@ -71,8 +89,26 @@ | ||
| 71 | 89 | "default": 1 |
| 72 | 90 | }, |
| 73 | 91 | "lineNumbersWidth": { |
| 74 | 92 | "type": "number" |
| 93 | + }, | |
| 94 | + "enableHighlighting": { | |
| 95 | + "type": "boolean" | |
| 96 | + }, | |
| 97 | + "lineHighlights": { | |
| 98 | + "type": "string" | |
| 99 | + }, | |
| 100 | + "lineHighlightColor": { | |
| 101 | + "type": "string" | |
| 102 | + }, | |
| 103 | + "enableBlurring": { | |
| 104 | + "type": "boolean" | |
| 105 | + }, | |
| 106 | + "lineBlurs": { | |
| 107 | + "type": "string" | |
| 108 | + }, | |
| 109 | + "removeBlurOnHover": { | |
| 110 | + "type": "boolean" | |
| 75 | 111 | }, |
| 76 | 112 | "frame": { |
| 77 | 113 | "type": "boolean" |
| 78 | 114 | }, |