CHORE Enqueuing parent editor stylesheet
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-01 12:36:37 +02:00
parent 49e110b1ab
commit f8cdb53e1e

View File

@ -33,10 +33,13 @@ function dynamiques_setup()
add_theme_support('align-wide');
add_theme_support('wp-block-styles');
/* ----------------------------------------------------------------
##### EDITOR SPECIFIC 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_theme_support('widgets');
// add_post_type_support( 'page', 'excerpt' );
}
add_action('after_setup_theme', 'dynamiques_setup');