mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔀 Merge branch 'ChrisMagnuson-t push origin master'
This commit is contained in:
commit
455db990d6
|
@ -795,6 +795,13 @@ export const cardFields = [
|
||||||
default: '',
|
default: '',
|
||||||
description: 'The new received at field of the card.',
|
description: 'The new received at field of the card.',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Sort',
|
||||||
|
name: 'sort',
|
||||||
|
type: 'number',
|
||||||
|
default: 0,
|
||||||
|
description: 'The internally used sort value of a card.',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Spent Time',
|
displayName: 'Spent Time',
|
||||||
name: 'spentTime',
|
name: 'spentTime',
|
||||||
|
|
Loading…
Reference in a new issue