Add "stats" as a tutorial step (#9377)

This is used mostly for the mobile apps to identify if the tutorial step about stats has be shown yet or not.
This commit is contained in:
Phillip Thelen
2017-11-02 21:57:16 +01:00
committed by Sabe Jones
parent ff6bd6de71
commit 3b6fce0708

View File

@@ -200,6 +200,7 @@ let schema = new Schema({
items: {type: Boolean, default: false}, items: {type: Boolean, default: false},
mounts: {type: Boolean, default: false}, mounts: {type: Boolean, default: false},
inbox: {type: Boolean, default: false}, inbox: {type: Boolean, default: false},
stats: {type: Boolean, default: false},
}, },
ios: { ios: {
addTask: {type: Boolean, default: false}, addTask: {type: Boolean, default: false},