| @@ -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": { |
| @@ -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": { |
| @@ -61,8 +64,23 @@ | ||
| 61 | 64 | "type": "string" |
| 62 | 65 | }, |
| 63 | 66 | "footerLink": { |
| 64 | 67 | "type": "string" |
| 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" | |
| 65 | 83 | }, |
| 66 | 84 | "footerLinkTarget": { |
| 67 | 85 | "type": "boolean" |
| 68 | 86 | }, |