| @@ -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": "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,18 @@ | ||
| 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 | + "lineHighlights": { "type": "string" }, | |
| 33 | 39 | "lineHighlightColor": { "type": "string" }, |
| 34 | 40 | "enableBlurring": { "type": "boolean" }, |
| 35 | 41 | "lineBlurs": { "type": "string" }, |
| 36 | 42 | "removeBlurOnHover": { "type": "boolean" }, |