Change icons
This commit is contained in:
parent
aabee4d90e
commit
32d11498d2
|
@ -110,12 +110,20 @@ export const FIELDS = {
|
|||
ATTACHMENTS: {
|
||||
name: "Attachment List",
|
||||
type: FieldType.ATTACHMENTS,
|
||||
icon: "Folder",
|
||||
icon: "AppleFiles",
|
||||
constraints: {
|
||||
type: "array",
|
||||
presence: false,
|
||||
},
|
||||
},
|
||||
ATTACHMENT_SINGLE: {
|
||||
name: "Attachment",
|
||||
type: FieldType.ATTACHMENT_SINGLE,
|
||||
icon: "Document",
|
||||
constraints: {
|
||||
presence: false,
|
||||
},
|
||||
},
|
||||
LINK: {
|
||||
name: "Relationship",
|
||||
type: FieldType.LINK,
|
||||
|
|
|
@ -16,8 +16,8 @@ const TypeIconMap = {
|
|||
[FieldType.ARRAY]: "Dropdown",
|
||||
[FieldType.NUMBER]: "123",
|
||||
[FieldType.BOOLEAN]: "Boolean",
|
||||
[FieldType.ATTACHMENT]: "AppleFiles",
|
||||
[FieldType.ATTACHMENTS]: "AppleFiles",
|
||||
[FieldType.ATTACHMENT_SINGLE]: "Document",
|
||||
[FieldType.LINK]: "DataCorrelated",
|
||||
[FieldType.FORMULA]: "Calculator",
|
||||
[FieldType.JSON]: "Brackets",
|
||||
|
|
Loading…
Reference in New Issue