From 1e72082492e3b3fafc1a15f38b9c9ebf47de8ce3 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 6 Nov 2025 12:39:10 +0100 Subject: [PATCH] FEATURE Adding spacing settings for blocks in theme configuration --- theme.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/theme.json b/theme.json index 953ad08..07ec9e0 100644 --- a/theme.json +++ b/theme.json @@ -1,6 +1,15 @@ { "version": 1, "settings": { + "spacing": { + "blockGap": true, + "units": [ + "px", + "em", + "rem", + "%" + ] + }, "blocks": { "core/button": { "border": { @@ -24,6 +33,11 @@ "text": false, "custom": false } + }, + "core/columns": { + "spacing": { + "blockGap": true + } } }, "layout": {