mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Complemented previous commit
This commit is contained in:
parent
db4421c7b8
commit
2576127b10
2 changed files with 6 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ Boards.attachSchema(
|
||||||
},
|
},
|
||||||
allowsDescriptionTextOnMinicard: {
|
allowsDescriptionTextOnMinicard: {
|
||||||
/**
|
/**
|
||||||
* Does the board allows description text?
|
* Does the board allows description text on minicard?
|
||||||
*/
|
*/
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
defaultValue: false,
|
defaultValue: false,
|
||||||
|
|
|
||||||
|
|
@ -2840,6 +2840,10 @@ definitions:
|
||||||
description: |
|
description: |
|
||||||
Does the board allows description text?
|
Does the board allows description text?
|
||||||
type: boolean
|
type: boolean
|
||||||
|
allowsDescriptionTextOnMinicard:
|
||||||
|
description: |
|
||||||
|
Does the board allows description text on minicard?
|
||||||
|
type: boolean
|
||||||
allowsCardNumber:
|
allowsCardNumber:
|
||||||
description: |
|
description: |
|
||||||
Does the board allows card numbers?
|
Does the board allows card numbers?
|
||||||
|
|
@ -2971,6 +2975,7 @@ definitions:
|
||||||
- allowsComments
|
- allowsComments
|
||||||
- allowsDescriptionTitle
|
- allowsDescriptionTitle
|
||||||
- allowsDescriptionText
|
- allowsDescriptionText
|
||||||
|
- allowsDescriptionTextOnMinicard
|
||||||
- allowsCardNumber
|
- allowsCardNumber
|
||||||
- allowsActivities
|
- allowsActivities
|
||||||
- allowsLabels
|
- allowsLabels
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue