From 9407a093fb4201e408c75ee11f76bd9c57b92825 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Apr 2026 16:46:54 +0200 Subject: [PATCH] UPDATE theme.json to disable custom spacing options and add new color and title size entries --- theme.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/theme.json b/theme.json index c102614..f4a690b 100644 --- a/theme.json +++ b/theme.json @@ -12,8 +12,8 @@ "spacing": { "blockGap": true, "margin": { - "custom": true, - "individual": true + "custom": false, + "individual": false }, "padding": { "custom": true, @@ -98,6 +98,11 @@ "name": "Light", "slug": "light", "color": "#F9FAFB" + }, + { + "name": "Blanc", + "slug": "white", + "color": "#ffffff" } ] }, @@ -132,6 +137,16 @@ "slug": "xxxl", "name": "3XL", "size": "1.875rem" + }, + { + "slug": "title-h1", + "name": "Title H1", + "size": "3rem" + }, + { + "slug": "title-h2", + "name": "Title H2", + "size": "2.5rem" } ] },