Added hide/show to show counters and members on All Boards (Admin Panel)

This commit is contained in:
helioguardabaxo 2022-09-16 11:02:25 -03:00
parent c307aa6354
commit 9dff09fbcf
10 changed files with 160 additions and 27 deletions

View file

@ -64,6 +64,14 @@ Settings.attachSchema(
type: Boolean,
optional: true,
},
hideCardCounterList: {
type: Boolean,
optional: true,
},
hideBoardMemberList: {
type: Boolean,
optional: true,
},
customLoginLogoImageUrl: {
type: String,
optional: true,