feat: disable editor
All checks were successful
/ pre-commit (push) Successful in 1m49s

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-09-22 07:18:38 +02:00
commit 577d19b9d8
Signed by: jriou
GPG key ID: 9A099EDA51316854
6 changed files with 20 additions and 2 deletions

View file

@ -29,6 +29,7 @@ type PageData struct {
EnableUploadFileButton bool
AceDirectory string
BootstrapDirectory string
DisableEditor bool
}
type HomeHandler struct {