| @@ -10,18 +10,12 @@ | ||
| 10 | 10 | "code": { "type": "string" }, |
| 11 | 11 | "codeHTML": { "type": "string" }, |
| 12 | 12 | "language": { "type": "string" }, |
| 13 | 13 | "theme": { "type": "string" }, |
| 14 | - "align": { "type": "string" }, | |
| 14 | + "align": { "type": "string", "default": "none" }, | |
| 15 | 15 | "bgColor": { "type": "string", "default": "#282a37" }, |
| 16 | 16 | "textColor": { "type": "string", "default": "#f8f8f2" }, |
| 17 | - "fontSize": { "type": "string" }, | |
| 18 | - "fontFamily": { "type": "string" }, | |
| 19 | - "lineHeight": { "type": "string" }, | |
| 20 | 17 | "lineNumbers": { "type": "boolean" }, |
| 21 | - "clampFonts": { "type": "boolean", "default": false }, | |
| 22 | - "headerType": { "type": "string" }, | |
| 23 | - "disablePadding": { "type": "boolean", "default": false }, | |
| 24 | 18 | "startingLineNumber": { "type": "number", "default": 1 }, |
| 25 | 19 | "frame": { "type": "boolean" }, |
| 26 | 20 | "renderType": { "type": "string", "default": "code" }, |
| 27 | 21 | "label": { "type": "string", "default": "" }, |
| @@ -28,9 +22,9 @@ | ||
| 28 | 22 | "copyButton": { "type": "boolean" } |
| 29 | 23 | }, |
| 30 | 24 | "supports": { |
| 31 | 25 | "html": false, |
| 32 | - "align": ["wide", "full"] | |
| 26 | + "align": ["full", "wide"] | |
| 33 | 27 | }, |
| 34 | 28 | "textdomain": "code-block-pro", |
| 35 | 29 | "editorScript": "file:./index.js", |
| 36 | 30 | "editorStyle": "file:./index.css", |