Просмотр исходного кода

Added WP Gutenberg custom stylesheet support

tags/0.9.0
Alej 5 лет назад
Родитель
Сommit
3584fae0b5
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      vue-theme/functions.php

+ 4
- 0
vue-theme/functions.php Просмотреть файл

@@ -170,3 +170,7 @@ header( 'Content-Type: application/json' );
170 170
 // Add featured image support
171 171
 function craft_post_thumbnails() { add_theme_support( 'post-thumbnails' ); }
172 172
 add_action( 'after_setup_theme', 'craft_post_thumbnails' );
173
+
174
+// Gutenberg custom stylesheet for editor
175
+add_theme_support('editor-styles');
176
+add_editor_style( 'editor-style.css' );

Загрузка…
Отмена
Сохранить