浏览代码

Complemented previous commit

helioguardabaxo 3 年之前
父节点
当前提交
2576127b10
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 1 1
      models/boards.js
  2. 5 0
      public/api/wekan.yml

+ 1 - 1
models/boards.js

@@ -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,

+ 5 - 0
public/api/wekan.yml

@@ -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