'default-hello-world-widget-instance', 'type' => 'core/hello-world', 'placement' => array( 'width' => 2, 'height' => 1, ), ); return $dashboard_layout; } add_filter( 'gutenberg_dashboard_default_layout', 'gutenberg_seed_default_dashboard_layout', 10, 2 );