mirror of
https://github.com/plankanban/planka.git
synced 2025-07-25 08:09:44 +02:00
Add covers for cards
This commit is contained in:
parent
6a68ec9c1e
commit
49dc28b0d7
26 changed files with 315 additions and 98 deletions
|
@ -8,7 +8,7 @@ export default class extends Model {
|
|||
static fields = {
|
||||
id: attr(),
|
||||
url: attr(),
|
||||
thumbnailUrl: attr(),
|
||||
coverUrl: attr(),
|
||||
name: attr(),
|
||||
cardId: fk({
|
||||
to: 'Card',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue