fix(file-manager): missing attachments
This commit is contained in:
parent
5ca1827e7e
commit
516619bb04
@ -11,6 +11,7 @@ export class AttachmentFieldInterface extends CollectionFieldInterface {
|
||||
isAssociation = true;
|
||||
default = {
|
||||
type: 'belongsToMany',
|
||||
target: 'attachments',
|
||||
// name,
|
||||
uiSchema: {
|
||||
type: 'array',
|
||||
|
Loading…
Reference in New Issue
Block a user