mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
refactor(Notion Node): Add content access note to Notion Trigger (#3625)
* Added notice to Notion trigger * Changed position
This commit is contained in:
parent
02bc3da785
commit
bb41f8388d
|
@ -58,6 +58,12 @@ export class NotionTrigger implements INodeType {
|
||||||
required: true,
|
required: true,
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
displayName: 'In Notion, make sure you share your database with your integration. Otherwise it won\'t be accessible, or listed here.',
|
||||||
|
name: 'notionNotice',
|
||||||
|
type: 'notice',
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Database Name or ID',
|
displayName: 'Database Name or ID',
|
||||||
name: 'databaseId',
|
name: 'databaseId',
|
||||||
|
|
Loading…
Reference in a new issue