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;
|
isAssociation = true;
|
||||||
default = {
|
default = {
|
||||||
type: 'belongsToMany',
|
type: 'belongsToMany',
|
||||||
|
target: 'attachments',
|
||||||
// name,
|
// name,
|
||||||
uiSchema: {
|
uiSchema: {
|
||||||
type: 'array',
|
type: 'array',
|
||||||
|
Loading…
Reference in New Issue
Block a user