mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Added hide/show to show counters and members on All Boards (Admin Panel)
This commit is contained in:
parent
c307aa6354
commit
9dff09fbcf
10 changed files with 160 additions and 27 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue