mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-02 20:27:49 +08:00
refactor: markdownVditorFieldInterface suport availableTypes (#5246)
This commit is contained in:
parent
60cef9b3bd
commit
7b31ff9911
@ -45,6 +45,7 @@ export class MarkdownVditorFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'MarkdownVditor',
|
||||
},
|
||||
};
|
||||
availableTypes = ['text', 'json', 'string'];
|
||||
properties = {
|
||||
...defaultProps,
|
||||
'uiSchema.x-component-props.fileCollection': {
|
||||
|
Loading…
Reference in New Issue
Block a user