Skip to content

Commit

Permalink
Clarify added dashboard config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 22, 2023
1 parent 03a69f1 commit 1d3ef39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],

/*
Expand Down
4 changes: 2 additions & 2 deletions packages/framework/config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],

/*
Expand Down

0 comments on commit 1d3ef39

Please sign in to comment.