mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 06:39:44 +02:00
Add covers for cards
This commit is contained in:
parent
f743f4ea8b
commit
3dffed90c6
26 changed files with 315 additions and 98 deletions
|
@ -20,6 +20,11 @@ module.exports = {
|
|||
type: 'string',
|
||||
regex: /^[0-9]+$/,
|
||||
},
|
||||
coverAttachmentId: {
|
||||
type: 'string',
|
||||
regex: /^[0-9]+$/,
|
||||
allowNull: true,
|
||||
},
|
||||
position: {
|
||||
type: 'number',
|
||||
},
|
||||
|
@ -91,6 +96,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
const values = _.pick(inputs, [
|
||||
'coverAttachmentId',
|
||||
'position',
|
||||
'name',
|
||||
'description',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue