فهرست منبع

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: {
     allowsDescriptionTextOnMinicard: {
       /**
       /**
-       * Does the board allows description text?
+       * Does the board allows description text on minicard?
        */
        */
       type: Boolean,
       type: Boolean,
       defaultValue: false,
       defaultValue: false,

+ 5 - 0
public/api/wekan.yml

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