mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Fix card fields url
This commit is contained in:
@@ -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',
|
name: 'color',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
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.',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user