| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | - "apiVersion": 3, | |
| 3 | + "apiVersion": 2, | |
| 4 | 4 | "name": "kevinbatdorf/code-block-pro", |
| 5 | 5 | "version": "1.13.0", |
| 6 | 6 | "title": "Code Block Pro - Beautiful syntax highlighting", |
| 7 | 7 | "category": "common", |
| @@ -80,14 +80,8 @@ | ||
| 80 | 80 | }, |
| 81 | 81 | "seeMoreTransition": { |
| 82 | 82 | "type": "boolean" |
| 83 | 83 | }, |
| 84 | - "seeMoreCollapse": { | |
| 85 | - "type": "boolean" | |
| 86 | - }, | |
| 87 | - "seeMoreCollapseString": { | |
| 88 | - "type": "string" | |
| 89 | - }, | |
| 90 | 84 | "footerLinkTarget": { |
| 91 | 85 | "type": "boolean" |
| 92 | 86 | }, |
| 93 | 87 | "startingLineNumber": { |
| @@ -99,11 +93,8 @@ | ||
| 99 | 93 | }, |
| 100 | 94 | "enableHighlighting": { |
| 101 | 95 | "type": "boolean" |
| 102 | 96 | }, |
| 103 | - "highlightingHover": { | |
| 104 | - "type": "boolean" | |
| 105 | - }, | |
| 106 | 97 | "lineHighlights": { |
| 107 | 98 | "type": "string" |
| 108 | 99 | }, |
| 109 | 100 | "lineHighlightColor": { |
| @@ -129,27 +120,8 @@ | ||
| 129 | 120 | "type": "string", |
| 130 | 121 | "default": "" |
| 131 | 122 | }, |
| 132 | 123 | "copyButton": { |
| 133 | - "type": "boolean" | |
| 134 | - }, | |
| 135 | - "copyButtonType": { | |
| 136 | - "type": "string" | |
| 137 | - }, | |
| 138 | - "copyButtonString": { | |
| 139 | - "type": "string" | |
| 140 | - }, | |
| 141 | - "copyButtonStringCopied": { | |
| 142 | - "type": "string" | |
| 143 | - }, | |
| 144 | - "copyButtonUseTextarea": { | |
| 145 | - "type": "boolean", | |
| 146 | - "default": false | |
| 147 | - }, | |
| 148 | - "tabSize": { | |
| 149 | - "type": "number" | |
| 150 | - }, | |
| 151 | - "useTabs": { | |
| 152 | 124 | "type": "boolean" |
| 153 | 125 | } |
| 154 | 126 | }, |
| 155 | 127 | "supports": { |