Changes between Initial Version and Version 1 of Ticket #45112, comment 27
- Timestamp:
- 10/26/2018 08:21:30 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45112, comment 27
initial v1 3 3 * https://github.com/WordPress/gutenberg/issues/11058 4 4 5 [43830] does not solve the problem. 6 5 7 Since {{{wp_add_dashboard_widget}}} uses {{{add_meta_box}}} [https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/dashboard.php#L195 here], should {{{__block_editor_compatible_meta_box}}} be set to {{{false}}} in that meta box's {{{$callback_args}}} to solve the issue for all dashboard widgets? I don't believe any dashboard widget is meant to support the block editor yet. 6 8