diff --git a/.vitepress/data/env.reference.yaml b/.vitepress/data/env.reference.yaml index 292033e..5c89317 100644 --- a/.vitepress/data/env.reference.yaml +++ b/.vitepress/data/env.reference.yaml @@ -513,6 +513,18 @@ envs: description: Disables the custom font used for code comments. reference: /editor/theme-and-fonts + disable_file_downloads: + type: boolean + default: false + since: next + description: Disables downloading files from the editor to the browser. + + disable_file_uploads: + type: boolean + default: false + since: next + description: Disables uploading files from the browser into the editor. + scrollbar_size: type: string default: 2px