Adds appearence tools support, which should avoid the need for `theme.json`. #58.

This commit is contained in:
mateuswetah 2022-09-05 11:02:36 -03:00
parent 5ca1fa4008
commit 3c87ba74fd
1 changed files with 1 additions and 0 deletions

View File

@ -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' );