mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-18 03:38:41 +00:00
add reorder task step to ios tutorial, mounts and inbox steps for both android and ios
This commit is contained in:
parent
8a4109b9d7
commit
7ccbcd7b33
1 changed files with 3 additions and 0 deletions
|
|
@ -178,6 +178,8 @@ let schema = new Schema({
|
|||
tavern: {type: Boolean, default: false},
|
||||
equipment: {type: Boolean, default: false},
|
||||
items: {type: Boolean, default: false},
|
||||
mounts: {type: Boolean, default: false},
|
||||
inbox: {type: Boolean, default: false},
|
||||
},
|
||||
ios: {
|
||||
addTask: {type: Boolean, default: false},
|
||||
|
|
@ -186,6 +188,7 @@ let schema = new Schema({
|
|||
filterTask: {type: Boolean, default: false},
|
||||
groupPets: {type: Boolean, default: false},
|
||||
inviteParty: {type: Boolean, default: false},
|
||||
reorderTask: {type: Boolean, default: false},
|
||||
},
|
||||
},
|
||||
dropsEnabled: {type: Boolean, default: false},
|
||||
|
|
|
|||
Loading…
Reference in a new issue