Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .vitepress/data/env.reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading