refactor: Update Notion nodes to remove beta from name (#4838)

This commit is contained in:
Jonathan Bennetts
2023-01-20 12:49:02 +00:00
committed by GitHub
parent b69f480d4c
commit 454375077f
5 changed files with 12 additions and 23 deletions

View File

@@ -12,13 +12,13 @@ import { databasePageFields, databasePageOperations } from '../DatabasePageDescr
import { INodeTypeDescription } from 'n8n-workflow';
export const versionDescription: INodeTypeDescription = {
displayName: 'Notion (Beta)',
displayName: 'Notion',
name: 'notion',
icon: 'file:notion.svg',
group: ['output'],
version: 2,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume Notion API (Beta)',
description: 'Consume Notion API',
defaults: {
name: 'Notion (Beta)',
},
@@ -67,7 +67,8 @@ export const versionDescription: INodeTypeDescription = {
// description: 'The resource to operate on.',
// },
{
displayName: "To access content, make sure it's shared with your integration in Notion",
displayName:
'In Notion, make sure to <a href="https://www.notion.so/help/add-and-manage-connections-with-the-api" target="_blank">add your connection</a> to the pages you want to access.',
name: 'notionNotice',
type: 'notice',
default: '',