mirror of
https://github.com/plankanban/planka.git
synced 2025-07-23 07:09:44 +02:00
feat: Add gallery for attachments
This commit is contained in:
parent
0be598ca9e
commit
86e4864d1b
22 changed files with 351 additions and 102 deletions
|
@ -24,6 +24,16 @@ module.exports = {
|
|||
required: true,
|
||||
columnName: 'is_image',
|
||||
},
|
||||
imageWidth: {
|
||||
type: 'number',
|
||||
allowNull: true,
|
||||
columnName: 'image_width',
|
||||
},
|
||||
imageHeight: {
|
||||
type: 'number',
|
||||
allowNull: true,
|
||||
columnName: 'image_height',
|
||||
},
|
||||
name: {
|
||||
type: 'string',
|
||||
required: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue