mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
feat: support long text fields as title fields for association field (#6495)
This commit is contained in:
parent
dd47ca4552
commit
fa0c378466
@ -28,6 +28,7 @@ export class TextareaFieldInterface extends CollectionFieldInterface {
|
|||||||
};
|
};
|
||||||
availableTypes = ['text', 'json', 'string'];
|
availableTypes = ['text', 'json', 'string'];
|
||||||
hasDefaultValue = true;
|
hasDefaultValue = true;
|
||||||
|
titleUsable = true;
|
||||||
properties = {
|
properties = {
|
||||||
...defaultProps,
|
...defaultProps,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user