You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/user-tours.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@
9
9
},
10
10
"type": "object",
11
11
"properties": {
12
+
"autoLaunchDefaultTours": {
13
+
"type": "boolean",
14
+
"title": "Auto-Launch Default Tours",
15
+
"description": "Whether to automatically launch default tours (Welcome Tour, Notebook Tour) on first use. Tours can still be launched manually from the Help menu.",
16
+
"default": true
17
+
},
12
18
"tours": {
13
19
"type": "array",
14
20
"description": "An array of a tours. Each requires an `id`, `label` and `steps[]`, and may have `options`, see https://docs.react-joyride.com",
0 commit comments