| @@ -121,9 +121,17 @@ | ||
| 121 | 121 | "type": "string" |
| 122 | 122 | }, |
| 123 | 123 | "className": { |
| 124 | 124 | "type": "string" |
| 125 | + }, | |
| 126 | + "preselectNewsletterCategories": { | |
| 127 | + "type": "boolean", | |
| 128 | + "default": false | |
| 129 | + }, | |
| 130 | + "selectedNewsletterCategoryIds": { | |
| 131 | + "type": "array", | |
| 132 | + "default": [] | |
| 125 | 133 | } |
| 126 | 134 | }, |
| 127 | 135 | "example": {}, |
| 128 | 136 | "editorScript": "jetpack-blocks-editor" |
| 129 | 137 | } |