From 91cfea83b89326ec6d9d910507fed6c27f905fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <583546+oandregal@users.noreply.github.com> Date: Mon, 29 Nov 2021 17:31:31 +0100 Subject: [PATCH] Default palette is opt-out for themes with theme.json --- src/wp-includes/theme.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/theme.json b/src/wp-includes/theme.json index f2c71be11a400..8e35490c6aac5 100644 --- a/src/wp-includes/theme.json +++ b/src/wp-includes/theme.json @@ -8,11 +8,13 @@ "width": false }, "color": { + "background": true, "custom": true, "customDuotone": true, "customGradient": true, + "defaultPalette": true, + "defaultGradients": true, "link": false, - "background": true, "text": true, "duotone": [ {