| @@ -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": "0.1.0", | |
| 5 | + "version": "1.2.0", | |
| 6 | 6 | "title": "Code Block Pro", |
| 7 | 7 | "category": "common", |
| 8 | 8 | "description": "Code highlighting powered by the VS Code engine", |
| 9 | 9 | "attributes": { |
| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | "code": { "type": "string" }, |
| 11 | 11 | "codeHTML": { "type": "string" }, |
| 12 | 12 | "language": { "type": "string" }, |
| 13 | 13 | "theme": { "type": "string" }, |
| 14 | - "align": { "type": "string", "default": "center" }, | |
| 14 | + "align": { "type": "string", "default": "none" }, | |
| 15 | 15 | "bgColor": { "type": "string", "default": "#282a37" }, |
| 16 | 16 | "textColor": { "type": "string", "default": "#f8f8f2" }, |
| 17 | 17 | "lineNumbers": { "type": "boolean" }, |
| 18 | 18 | "startingLineNumber": { "type": "number", "default": 1 }, |
| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | "copyButton": { "type": "boolean" } |
| 23 | 23 | }, |
| 24 | 24 | "supports": { |
| 25 | 25 | "html": false, |
| 26 | - "align": true | |
| 26 | + "align": ["full", "wide"] | |
| 27 | 27 | }, |
| 28 | 28 | "textdomain": "code-block-pro", |
| 29 | 29 | "editorScript": "file:./index.js", |
| 30 | 30 | "editorStyle": "file:./index.css", |