🔀 Merge branch 'master' of https://github.com/ChrisMagnuson/n8n into ChrisMagnuson-master

This commit is contained in:
Jan Oberhauser 2021-09-11 12:43:04 +02:00
commit 814e619a03

View file

@ -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[];