CHORE Enqueuing parent editor stylesheet
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
49e110b1ab
commit
f8cdb53e1e
|
|
@ -33,10 +33,13 @@ function dynamiques_setup()
|
||||||
add_theme_support('align-wide');
|
add_theme_support('align-wide');
|
||||||
add_theme_support('wp-block-styles');
|
add_theme_support('wp-block-styles');
|
||||||
|
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------
|
||||||
|
##### EDITOR SPECIFIC STYLES
|
||||||
|
------------------------------------------------------------------*/
|
||||||
add_theme_support('editor-styles');
|
add_theme_support('editor-styles');
|
||||||
|
add_editor_style(get_template_directory_uri() . '/css/editor-style.css');
|
||||||
add_editor_style('css/editor-style.css');
|
add_editor_style('css/editor-style.css');
|
||||||
add_theme_support('widgets');
|
|
||||||
// add_post_type_support( 'page', 'excerpt' );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
add_action('after_setup_theme', 'dynamiques_setup');
|
add_action('after_setup_theme', 'dynamiques_setup');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user