@steedos-widgets/sortable 6.3.0-beta.18 → 6.3.0-beta.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60689,8 +60689,8 @@ if(typeof window != 'undefined'){
60689
60689
  /*
60690
60690
  * @Author: baozhoutao@steedos.com
60691
60691
  * @Date: 2023-01-13 17:27:54
60692
- * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
60693
- * @LastEditTime: 2024-04-11 14:14:43
60692
+ * @LastEditors: baozhoutao@steedos.com
60693
+ * @LastEditTime: 2024-06-07 13:39:34
60694
60694
  * @Description:
60695
60695
  */
60696
60696
 
@@ -60727,6 +60727,7 @@ const getMarkdownFieldSchema = (field, readonly, ctx)=>{
60727
60727
  "name": field.name,
60728
60728
  "labelClassName": "none",
60729
60729
  "language": "markdown",
60730
+ "options": field.amis ? field.amis.editorOptions : null
60730
60731
  }
60731
60732
  ]
60732
60733
  },