mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 01:11:06 +03:00
feat: Add gallery for attachments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user