Skip to content

Commit

Permalink
Merge pull request #1458 from hydephp/realtime-compiler-live-edit
Browse files Browse the repository at this point in the history
Add a live edit feature to the realtime compiler hydephp/develop@e1eba70
  • Loading branch information
github-actions committed Nov 14, 2023
1 parent 72f51b1 commit e288c53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@
// Should preview pages be saved to the output directory?
'save_preview' => true,

// Should the live edit feature be enabled?
'live_edit' => env('SERVER_LIVE_EDIT', true),

// Configure the realtime compiler dashboard
'dashboard' => [
// Should the realtime compiler dashboard be enabled?
Expand Down

0 comments on commit e288c53

Please sign in to comment.