mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
⚡ Minor improvements to Twitter-Node
This commit is contained in:
parent
ce5a043fd4
commit
4192e7d3b4
|
@ -377,11 +377,11 @@ export const tweetFields = [
|
|||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'include Entities',
|
||||
displayName: 'Include Entities',
|
||||
name: 'includeEntities',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'The entities node will be omitted when set to false',
|
||||
description: 'The entities will be omitted when set to false',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue