mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
Add file attachments
This commit is contained in:
@@ -69,5 +69,13 @@ module.exports = {
|
||||
collection: 'Task',
|
||||
via: 'cardId',
|
||||
},
|
||||
attachments: {
|
||||
collection: 'Attachment',
|
||||
via: 'cardId',
|
||||
},
|
||||
actions: {
|
||||
collection: 'Action',
|
||||
via: 'cardId',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user