| @@ -55,9 +55,9 @@ | ||
| 55 | 55 | "default": "before" |
| 56 | 56 | }, |
| 57 | 57 | "svgPaddingValues": { |
| 58 | 58 | "type": "array", |
| 59 | - "default": [0, 0, 0, 0], | |
| 59 | + "default": [ 0, 0, 0, 0 ], | |
| 60 | 60 | "items": { |
| 61 | 61 | "type": "number" |
| 62 | 62 | } |
| 63 | 63 | }, |
| @@ -62,9 +62,9 @@ | ||
| 62 | 62 | } |
| 63 | 63 | }, |
| 64 | 64 | "svgPaddingUnits": { |
| 65 | 65 | "type": "array", |
| 66 | - "default": ["px", "px", "px", "px"], | |
| 66 | + "default": [ "px", "px", "px", "px" ], | |
| 67 | 67 | "items": { |
| 68 | 68 | "type": "string" |
| 69 | 69 | } |
| 70 | 70 | }, |
| @@ -76,14 +76,14 @@ | ||
| 76 | 76 | "type": "string", |
| 77 | 77 | "default": "em" |
| 78 | 78 | } |
| 79 | 79 | }, |
| 80 | - "usesContext": ["postId", "postType", "queryId"], | |
| 80 | + "usesContext": [ "postId", "postType", "queryId" ], | |
| 81 | 81 | "example": { |
| 82 | 82 | "viewportWidth": 350 |
| 83 | 83 | }, |
| 84 | 84 | "supports": { |
| 85 | - "align": ["wide", "full"], | |
| 85 | + "align": [ "wide", "full" ], | |
| 86 | 86 | "html": false, |
| 87 | 87 | "color": { |
| 88 | 88 | "gradients": true, |
| 89 | 89 | "link": true, |
| @@ -114,8 +114,9 @@ | ||
| 114 | 114 | "clientNavigation": true |
| 115 | 115 | } |
| 116 | 116 | }, |
| 117 | 117 | "textdomain": "top-10", |
| 118 | + "render": "file:./render.php", | |
| 118 | 119 | "editorScript": "file:./index.js", |
| 119 | 120 | "editorStyle": "file:./index.css", |
| 120 | 121 | "viewStyle": "file:./style-index.css" |
| 121 | 122 | } |