Skip to content

Commit

Permalink
Move up config option so dashboard settings are grouped
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 25, 2023
1 parent f5bcf87 commit 44815a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@
// The default host the preview is served on
'host' => env('SERVER_HOST', 'localhost'),

// Should preview pages be saved to the output directory?
'save_preview' => true,

// Should the realtime compiler dashboard be enabled?
'dashboard' => env('SERVER_DASHBOARD', true),

Expand All @@ -418,8 +421,6 @@
// Should the dashboard show tips?
'dashboard_tips' => true,

// Should preview pages be saved to the output directory?
'save_preview' => true,
],

/*
Expand Down
5 changes: 3 additions & 2 deletions packages/framework/config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@
// The default host the preview is served on
'host' => env('SERVER_HOST', 'localhost'),

// Should preview pages be saved to the output directory?
'save_preview' => true,

// Should the realtime compiler dashboard be enabled?
'dashboard' => env('SERVER_DASHBOARD', true),

Expand All @@ -418,8 +421,6 @@
// Should the dashboard show tips?
'dashboard_tips' => true,

// Should preview pages be saved to the output directory?
'save_preview' => true,
],

/*
Expand Down

0 comments on commit 44815a7

Please sign in to comment.