Add ability to edit Sort property of Wekan Card

This commit is contained in:
ChrisMagnuson 2021-09-04 19:51:00 -04:00
parent 66482425da
commit af76fe4736

View file

@ -832,6 +832,13 @@ export const cardFields = [
default: '',
description: 'The new title of the card.',
},
{
displayName: 'Sort',
name: 'sort',
type: 'number',
default: '',
description: 'The internally used sort value of a card.',
},
],
},
] as INodeProperties[];