From 281bf0a55adf177567d6086455f5ee9b4bfbfdfa Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Fri, 21 May 2021 15:17:50 +0300 Subject: [PATCH] [themes] correct theme config tip --- apps/api/documents/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/documents/api.js b/apps/api/documents/api.js index 42014a68a..2db589f2d 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -163,6 +163,7 @@ trackChanges: undefined // true/false - open editor with track changes mode on/off, hideRulers: false // hide or show rulers on first loading (presentation or document editor) hideNotes: false // hide or show notes panel on first loading (presentation editor) + uiTheme: 'theme-dark' // set interface theme: id or default-dark/default-light }, coEditing: { mode: 'fast', // , 'fast' or 'strict'. if 'fast' and 'customization.autosave'=false -> set 'customization.autosave'=true