mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ Small improvement to Twitter-Node
This commit is contained in:
parent
f9b3cced5c
commit
c383853423
|
@ -85,7 +85,7 @@ export const tweetFields = [
|
||||||
displayName: 'Binary Property',
|
displayName: 'Binary Property',
|
||||||
name: 'binaryPropertyName',
|
name: 'binaryPropertyName',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: 'data',
|
||||||
description: 'Name of the binary properties which contain data which should be added to tweet as attachment',
|
description: 'Name of the binary properties which contain data which should be added to tweet as attachment',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue