From 68783b735b210a055f0f5da8166784d5ed582fbe Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 24 Sep 2025 16:20:59 +0200 Subject: [PATCH] FEATURE Allowing block gap --- theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.json b/theme.json index bf9d263..7a2d162 100644 --- a/theme.json +++ b/theme.json @@ -5,6 +5,9 @@ "contentSize": "960px", "wideSize": "1280px" }, + "spacing": { + "blockGap": true + }, "color": { "defaultPalette": false, "custom": false,