Slide 31
Slide 31 text
// ΤσΟλʔελΠϧΛՃ
add_editor_style();
// σϑΥϧτͷϒϩοΫͷCSS͕ϑϩϯτͰద༻͞ΕΔ
add_theme_support( 'wp-block-styles' );
// ϒϩοΫΤσΟλʔʹCSSΛ͋ͯΔ
function themename_block_editor_styles {
wp_enqueue_style( ‘style-name’, get_theme_file_uri( '/path/to/
editor-style-block.css' ), array(), wp_get_theme()-
>get( 'Version' ), 'all' );
}
add_action( 'enqueue_block_editor_assets',
'themename_block_editor_styles', 1, 1 );
ΤσΟλελΠϧͷಡΈࠐ·ͤํ
https://developer.wordpress.org/block-editor/developers/themes/theme-support/