mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
Fix card fields url
This commit is contained in:
parent
b944ed5f6b
commit
c8c9ba0891
|
@ -2115,7 +2115,7 @@ export class Trello implements INodeType {
|
|||
],
|
||||
},
|
||||
},
|
||||
description: 'The color for the label. See [fields](https://developers.trello.com/reference#label-object) for color options.',
|
||||
description: 'The color for the label. See <a href="https://developers.trello.com/reference#label-object">fields</a> for color options.',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
|
@ -2366,7 +2366,7 @@ export class Trello implements INodeType {
|
|||
name: 'color',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The color for the label. See [fields](https://developers.trello.com/reference#label-object) for color options.',
|
||||
description: 'The color for the label. See <a href="https://developers.trello.com/reference#label-object">fields</a> for color options.',
|
||||
}
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue