docs: Remove version notice from overhauled nodes (no-changelog) (#6071)

This commit is contained in:
Jon 2023-04-24 13:21:26 +01:00 committed by GitHub
parent 1bb6672498
commit 871d4193e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 24 deletions

View file

@ -31,12 +31,6 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
{
displayName: 'Version 1',
name: 'notice',
type: 'notice',
default: '',
},
// TODO: Add choice for text as text or html (maybe also from name)
{
displayName: 'From Email',

View file

@ -54,12 +54,6 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
{
displayName: 'Version 1',
name: 'version1',
type: 'notice',
default: '',
},
{
displayName: 'Authentication',
name: 'authentication',

View file

@ -37,12 +37,6 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
{
displayName: 'Version 1',
name: 'versionNotice',
type: 'notice',
default: '',
},
{
displayName: 'Operation',
name: 'operation',

View file

@ -36,12 +36,6 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
{
displayName: 'Version 1',
name: 'versionNotice',
type: 'notice',
default: '',
},
{
displayName: 'Operation',
name: 'operation',