From 04807820c26ba3825067df7683cece05ca44858c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 17 Nov 2023 11:32:29 +0100 Subject: [PATCH] handling core button metaboxes and features --- theme.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/theme.json b/theme.json index 4d569e1..43185af 100644 --- a/theme.json +++ b/theme.json @@ -1,6 +1,34 @@ { "version": 1, "settings": { + "blocks": { + "core/button": { + "border": { + "color": false, + "radius": false, + "style": false, + "width": false + }, + "typography": { + "customFontSize": false, + "lineHeight": false, + "dropCap": false, + "fontStyle": false, + "fontWeight": false, + "letterSpacing": false, + "textDecoration": false, + "textTransform": false, + "fontSizes": [], + "fontFamilies": [] + }, + "color": { + "background": false, + "gradients": false, + "text": false, + "custom": false + } + } + }, "layout": { "contentSize": "960px", "wideSize": "1280px"