mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Show description on minicard
This commit is contained in:
parent
470645193e
commit
db4421c7b8
7 changed files with 71 additions and 2 deletions
|
@ -376,6 +376,13 @@ Boards.attachSchema(
|
|||
type: Boolean,
|
||||
defaultValue: true,
|
||||
},
|
||||
allowsDescriptionTextOnMinicard: {
|
||||
/**
|
||||
* Does the board allows description text?
|
||||
*/
|
||||
type: Boolean,
|
||||
defaultValue: false,
|
||||
},
|
||||
|
||||
allowsCardNumber: {
|
||||
/**
|
||||
|
@ -1415,6 +1422,10 @@ Boards.mutations({
|
|||
return { $set: { allowsDescriptionText } };
|
||||
},
|
||||
|
||||
setallowsDescriptionTextOnMinicard(allowsDescriptionTextOnMinicard) {
|
||||
return { $set: { allowsDescriptionTextOnMinicard } };
|
||||
},
|
||||
|
||||
setAllowsActivities(allowsActivities) {
|
||||
return { $set: { allowsActivities } };
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue