From 9eda00022ebe31cc9361ba15aaa1a412b2757ae2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 27 Jan 2026 13:53:40 +0100 Subject: [PATCH] FEATURE handling native alignements --- plugins/carhop-blocks/src/content-box/block.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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" ] } }