diff --git a/plugins/carhop-blocks/src/content-box/block.json b/plugins/carhop-blocks/src/content-box/block.json index 738d502..a2d2b5c 100644 --- a/plugins/carhop-blocks/src/content-box/block.json +++ b/plugins/carhop-blocks/src/content-box/block.json @@ -10,7 +10,11 @@ "example": {}, "supports": { "html": false, - "anchor": true + "anchor": true, + "align": [ + "wide", + "full" + ] }, "textdomain": "carhop-blocks", "editorScript": "file:./index.js", @@ -42,8 +46,9 @@ "type": "string", "default": "full", "enum": [ - "full", - "contained" + "contained", + "wide", + "full" ] } }