From d29a68356baf1d9acefb9300c139bdd657462d8f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 15 Jul 2025 10:43:18 +0200 Subject: [PATCH] FEATURE Handling has light background --- plugins/carhop-blocks/blocks/content-box/src/block.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/carhop-blocks/blocks/content-box/src/block.json b/plugins/carhop-blocks/blocks/content-box/src/block.json index 7255627..7a43422 100644 --- a/plugins/carhop-blocks/blocks/content-box/src/block.json +++ b/plugins/carhop-blocks/blocks/content-box/src/block.json @@ -25,6 +25,10 @@ "type": "string", "default": "#136f63" }, + "hasLightBackground": { + "type": "boolean", + "default": true + }, "textColor": { "type": "string", "default": "#ffffff"