1
0
Fork 0
forked from jriou/coller

feat: add possibility to hide upload button

This commit is contained in:
Thibault Piron 2025-09-12 18:20:19 +02:00
commit 4944e47e76
Signed by untrusted user who does not match committer: tapiron
GPG key ID: 37EE240037F90B38
4 changed files with 33 additions and 26 deletions

View file

@ -33,6 +33,7 @@ The file format is **JSON**:
* **observation_internal** (int): Number of seconds to wait between two observations (default 60)
* **languages** ([]string): List of supported [languages](https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages)
* **language** (string): Default language (default "text")
* **enable_upload_file_button** (bool): Display the upload file button in the UI (default true)
The configuration file is not required but the service might not be exposed to the public.