Changeset 51090 for trunk/src/wp-includes/block-editor.php
- Timestamp:
- 06/08/2021 08:14:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r51067 r51090 284 284 285 285 if ( WP_Theme_JSON_Resolver::theme_has_support() ) { 286 $editor_settings['styles'][] = array( 'css' => $theme_json->get_stylesheet( 'block_styles' ) ); 286 $editor_settings['styles'][] = array( 287 'css' => $theme_json->get_stylesheet( 'block_styles' ), 288 '__unstableType' => 'globalStyles', 289 ); 287 290 $editor_settings['styles'][] = array( 288 291 'css' => $theme_json->get_stylesheet( 'css_variables' ), 289 292 '__experimentalNoWrapper' => true, 293 '__unstableType' => 'globalStyles', 290 294 ); 291 295 }
Note: See TracChangeset
for help on using the changeset viewer.