summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2017-12-08 11:15:48 -0800
committerChristopher Speller <crspeller@gmail.com>2017-12-08 11:15:48 -0800
commit7ed1177a2b676aa4c93515268642c855cfe57a37 (patch)
tree096349fc1d36d2ee7ace7437ab3cad15234fd5d6 /config
parent0cdf969ac71440cd52dd5b069a9068a9e5d49bd3 (diff)
downloadchat-7ed1177a2b676aa4c93515268642c855cfe57a37.tar.gz
chat-7ed1177a2b676aa4c93515268642c855cfe57a37.tar.bz2
chat-7ed1177a2b676aa4c93515268642c855cfe57a37.zip
add config option to hide tutorial screens (#7840)
Diffstat (limited to 'config')
-rw-r--r--config/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index 14acb47d0..d772f2576 100644
--- a/config/default.json
+++ b/config/default.json
@@ -54,7 +54,8 @@
"EnableUserStatuses": true,
"ClusterLogTimeoutMilliseconds": 2000,
"EnablePreviewFeatures": true,
- "CloseUnusedDirectMessages": false
+ "CloseUnusedDirectMessages": false,
+ "EnableTutorial": true
},
"TeamSettings": {
"SiteName": "Mattermost",