mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +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'];
|
||||
hasDefaultValue = true;
|
||||
titleUsable = true;
|
||||
properties = {
|
||||
...defaultProps,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user