From 3c87ba74fd5f40d0e32260607918d3dd032fab28 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Mon, 5 Sep 2022 11:02:36 -0300 Subject: [PATCH] Adds appearence tools support, which should avoid the need for `theme.json`. #58. --- src/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.php b/src/functions.php index 023b562..e8a6810 100644 --- a/src/functions.php +++ b/src/functions.php @@ -191,6 +191,7 @@ if ( ! function_exists( 'tainacan_setup' ) ) { 'slug' => 'huge' ) ) ); + add_theme_support( 'appearance-tools' ); add_theme_support( 'editor-style' ); add_editor_style( 'editor-style.css' );