diff --git a/packages/nodes-base/nodes/Wekan/CardDescription.ts b/packages/nodes-base/nodes/Wekan/CardDescription.ts index e2579d39ce..43c19b911c 100644 --- a/packages/nodes-base/nodes/Wekan/CardDescription.ts +++ b/packages/nodes-base/nodes/Wekan/CardDescription.ts @@ -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[];