mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 05:07:56 +00:00
feat: add Links field type (#5176)
Closes #5113 --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@@ -212,6 +212,7 @@ export enum FieldMetadataType {
|
||||
Email = 'EMAIL',
|
||||
FullName = 'FULL_NAME',
|
||||
Link = 'LINK',
|
||||
Links = 'LINKS',
|
||||
MultiSelect = 'MULTI_SELECT',
|
||||
Number = 'NUMBER',
|
||||
Numeric = 'NUMERIC',
|
||||
|
||||
Reference in New Issue
Block a user