Adds appearence tools support, which should avoid the need for `theme.json`. #58.
This commit is contained in:
parent
5ca1fa4008
commit
3c87ba74fd
|
@ -191,6 +191,7 @@ if ( ! function_exists( 'tainacan_setup' ) ) {
|
||||||
'slug' => 'huge'
|
'slug' => 'huge'
|
||||||
)
|
)
|
||||||
) );
|
) );
|
||||||
|
add_theme_support( 'appearance-tools' );
|
||||||
add_theme_support( 'editor-style' );
|
add_theme_support( 'editor-style' );
|
||||||
add_editor_style( 'editor-style.css' );
|
add_editor_style( 'editor-style.css' );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue