From c742526b81d313a32e3722724178bf278fc572c5 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 2 Oct 2025 14:28:23 +0200 Subject: [PATCH] FEATURE Ajout des options de marge et de remplissage dans la configuration de l'espacement --- theme.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 7a2d162..4f7ad6f 100644 --- a/theme.json +++ b/theme.json @@ -6,7 +6,9 @@ "wideSize": "1280px" }, "spacing": { - "blockGap": true + "blockGap": true, + "margin": true, + "padding": true }, "color": { "defaultPalette": false,