diff --git a/config/hyde.php b/config/hyde.php index 1779cadac04..c8b940f18c5 100644 --- a/config/hyde.php +++ b/config/hyde.php @@ -406,9 +406,9 @@ 'port' => env('SERVER_PORT', 8080), 'host' => env('SERVER_HOST', 'localhost'), 'dashboard' => env('SERVER_DASHBOARD', true), + 'dashboard_editor' => true, + 'dashboard_tips' => true, 'save_preview' => true, - 'editor' => true, - 'tips' => true, ], /* diff --git a/packages/framework/config/hyde.php b/packages/framework/config/hyde.php index 1779cadac04..c8b940f18c5 100644 --- a/packages/framework/config/hyde.php +++ b/packages/framework/config/hyde.php @@ -406,9 +406,9 @@ 'port' => env('SERVER_PORT', 8080), 'host' => env('SERVER_HOST', 'localhost'), 'dashboard' => env('SERVER_DASHBOARD', true), + 'dashboard_editor' => true, + 'dashboard_tips' => true, 'save_preview' => true, - 'editor' => true, - 'tips' => true, ], /*