mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
🔀 Merge branch 'master' of https://github.com/ChrisMagnuson/n8n into ChrisMagnuson-master
This commit is contained in:
commit
814e619a03
|
@ -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[];
|
||||
|
|
Loading…
Reference in a new issue