mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(Notion Node): Add content access note to Notion Trigger (#3625)
* Added notice to Notion trigger * Changed position
This commit is contained in:
committed by
GitHub
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user