forked from jriou/coller
feat: add possibility to hide upload button
This commit is contained in:
parent
401397241b
commit
4944e47e76
4 changed files with 33 additions and 26 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue