Complemented previous commit

This commit is contained in:
helioguardabaxo 2022-04-05 17:06:26 -03:00
parent db4421c7b8
commit 2576127b10
2 changed files with 6 additions and 1 deletions

View file

@ -378,7 +378,7 @@ Boards.attachSchema(
},
allowsDescriptionTextOnMinicard: {
/**
* Does the board allows description text?
* Does the board allows description text on minicard?
*/
type: Boolean,
defaultValue: false,

View file

@ -2840,6 +2840,10 @@ definitions:
description: |
Does the board allows description text?
type: boolean
allowsDescriptionTextOnMinicard:
description: |
Does the board allows description text on minicard?
type: boolean
allowsCardNumber:
description: |
Does the board allows card numbers?
@ -2971,6 +2975,7 @@ definitions:
- allowsComments
- allowsDescriptionTitle
- allowsDescriptionText
- allowsDescriptionTextOnMinicard
- allowsCardNumber
- allowsActivities
- allowsLabels