From 6f94b353052552d16b5107e86e853e7d285406d5 Mon Sep 17 00:00:00 2001 From: kloud-bot Date: Thu, 16 Jul 2026 15:51:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Sync=20shared=20files=20from=20`?= =?UTF-8?q?ws-meta`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/data/env.reference.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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