Skip to content

Commit

Permalink
Disable precognition by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tobimori committed Oct 26, 2024
1 parent 33279db commit e1e2c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'multiStep' => true, // Enable multi-step forms
'storeSubmissions' => true, // Store submissions in the content folder
'partialSubmissions' => true, // Allow partial submissions toggle in panel (requires precognition)
'precognition' => true, // Enable precognition (HTMX mode only) - Requires "idiomorph" htmx extension
'precognition' => false, // Enable precognition (HTMX mode only) - Requires "idiomorph" htmx extension
'debug' => fn () => App::instance()->option('debug'),
'layouts' => [ // https://getkirby.com/docs/reference/panel/fields/layout#defining-your-own-layouts
'1/1',
Expand Down

0 comments on commit e1e2c56

Please sign in to comment.