From a20fcddea6a51e9bdddd1d5d10174232fd25fe94 Mon Sep 17 00:00:00 2001 From: Tom Usborne Date: Mon, 13 May 2024 09:54:04 -0600 Subject: [PATCH] Tweak: Enable `appearance-tools` --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 2d40665d..ddaacada 100644 --- a/functions.php +++ b/functions.php @@ -35,6 +35,7 @@ function generate_setup() { add_theme_support( 'customize-selective-refresh-widgets' ); add_theme_support( 'align-wide' ); add_theme_support( 'responsive-embeds' ); + add_theme_support( 'appearance-tools' ); $color_palette = generate_get_editor_color_palette();