| @@ -19,9 +19,10 @@ | ||
| 19 | 19 | "theme": { |
| 20 | 20 | "type": "string" |
| 21 | 21 | }, |
| 22 | 22 | "align": { |
| 23 | - "type": "string" | |
| 23 | + "type": "string", | |
| 24 | + "default": "none" | |
| 24 | 25 | }, |
| 25 | 26 | "bgColor": { |
| 26 | 27 | "type": "string", |
| 27 | 28 | "default": "#282a37" |
| @@ -29,31 +30,11 @@ | ||
| 29 | 30 | "textColor": { |
| 30 | 31 | "type": "string", |
| 31 | 32 | "default": "#f8f8f2" |
| 32 | 33 | }, |
| 33 | - "fontSize": { | |
| 34 | - "type": "string" | |
| 35 | - }, | |
| 36 | - "fontFamily": { | |
| 37 | - "type": "string" | |
| 38 | - }, | |
| 39 | - "lineHeight": { | |
| 40 | - "type": "string" | |
| 41 | - }, | |
| 42 | 34 | "lineNumbers": { |
| 43 | 35 | "type": "boolean" |
| 44 | 36 | }, |
| 45 | - "clampFonts": { | |
| 46 | - "type": "boolean", | |
| 47 | - "default": false | |
| 48 | - }, | |
| 49 | - "headerType": { | |
| 50 | - "type": "string" | |
| 51 | - }, | |
| 52 | - "disablePadding": { | |
| 53 | - "type": "boolean", | |
| 54 | - "default": false | |
| 55 | - }, | |
| 56 | 37 | "startingLineNumber": { |
| 57 | 38 | "type": "number", |
| 58 | 39 | "default": 1 |
| 59 | 40 | }, |
| @@ -74,10 +55,10 @@ | ||
| 74 | 55 | }, |
| 75 | 56 | "supports": { |
| 76 | 57 | "html": false, |
| 77 | 58 | "align": [ |
| 78 | - "wide", | |
| 79 | - "full" | |
| 59 | + "full", | |
| 60 | + "wide" | |
| 80 | 61 | ] |
| 81 | 62 | }, |
| 82 | 63 | "textdomain": "code-block-pro", |
| 83 | 64 | "editorScript": "file:./index.js", |