We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e263a8d commit 204cf99Copy full SHA for 204cf99
1 file changed
docs/guide/form-fields/editor.md
@@ -95,6 +95,10 @@ Unset the max character count.
95
96
Display a character count in the status bar. Default is false.
97
98
+### `allowFullscreen(bool $allowFullscreen = true)`
99
+
100
+Allow fullscreen mode. Default is false.
101
102
### `setSanitizeHtml(bool $sanitizeHtml = true)`
103
104
Toggle HTML sanitization (enabled by default). See [security](#security).
0 commit comments