Attachments (#2716)

* create attachment site

* add deletion

* - fix person create attachment

* - add presentation type
- add some more file endings
- various fixes
This commit is contained in:
brendanlaschke
2023-11-29 16:58:58 +01:00
committed by GitHub
parent d50cf5291a
commit 7e454d2013
15 changed files with 654 additions and 14 deletions

View File

@ -90,7 +90,7 @@ const attachmentMetadata = {
},
description: 'Attachment activity',
icon: 'IconNotes',
isNullable: false,
isNullable: true,
},
{
isCustom: false,
@ -103,7 +103,7 @@ const attachmentMetadata = {
},
description: 'Attachment person',
icon: 'IconUser',
isNullable: false,
isNullable: true,
},
{
isCustom: false,
@ -116,7 +116,7 @@ const attachmentMetadata = {
},
description: 'Attachment company',
icon: 'IconBuildingSkyscraper',
isNullable: false,
isNullable: true,
},
],
};