mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
⚡ Add placeholder for Company URN on LinkedIn Node
This commit is contained in:
parent
6a3090dc96
commit
6f39be03f1
|
@ -74,7 +74,8 @@ export const postFields = [
|
||||||
name: 'organization',
|
name: 'organization',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'URN of Organization as which the post should be posted as',
|
placeholder: '1234567',
|
||||||
|
description: 'URN of Organization as which the post should be posted as.',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
operation: [
|
operation: [
|
||||||
|
|
Loading…
Reference in a new issue