Skip to content

Commit 072ceb3

Browse files
authored
Add flag to disable tours to editorTheme docs (#248)
1 parent abdea03 commit 072ceb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user-guide/runtime/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ The theme of the editor can be changed by using the following settings object. A
194194
url: "http://example.com"
195195
}
196196
},
197+
tours: false, // disable the Welcome Tour for new users
197198
userMenu: false, // Hide the user-menu even if adminAuth is enabled
198199
login: {
199200
image: "/absolute/path/to/login/page/big/image" // a 256x256 image

0 commit comments

Comments
 (0)