mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
Add ability to edit Sort property of Wekan Card
This commit is contained in:
@@ -832,6 +832,13 @@ export const cardFields = [
|
|||||||
default: '',
|
default: '',
|
||||||
description: 'The new title of the card.',
|
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[];
|
] as INodeProperties[];
|
||||||
|
|||||||
Reference in New Issue
Block a user