mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
docs: Remove version notice from overhauled nodes (no-changelog) (#6071)
This commit is contained in:
parent
1bb6672498
commit
871d4193e2
|
@ -31,12 +31,6 @@ const versionDescription: INodeTypeDescription = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
properties: [
|
properties: [
|
||||||
{
|
|
||||||
displayName: 'Version 1',
|
|
||||||
name: 'notice',
|
|
||||||
type: 'notice',
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
// TODO: Add choice for text as text or html (maybe also from name)
|
// TODO: Add choice for text as text or html (maybe also from name)
|
||||||
{
|
{
|
||||||
displayName: 'From Email',
|
displayName: 'From Email',
|
||||||
|
|
|
@ -54,12 +54,6 @@ const versionDescription: INodeTypeDescription = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
properties: [
|
properties: [
|
||||||
{
|
|
||||||
displayName: 'Version 1',
|
|
||||||
name: 'version1',
|
|
||||||
type: 'notice',
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
displayName: 'Authentication',
|
displayName: 'Authentication',
|
||||||
name: 'authentication',
|
name: 'authentication',
|
||||||
|
|
|
@ -37,12 +37,6 @@ const versionDescription: INodeTypeDescription = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
properties: [
|
properties: [
|
||||||
{
|
|
||||||
displayName: 'Version 1',
|
|
||||||
name: 'versionNotice',
|
|
||||||
type: 'notice',
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
displayName: 'Operation',
|
displayName: 'Operation',
|
||||||
name: 'operation',
|
name: 'operation',
|
||||||
|
|
|
@ -36,12 +36,6 @@ const versionDescription: INodeTypeDescription = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
properties: [
|
properties: [
|
||||||
{
|
|
||||||
displayName: 'Version 1',
|
|
||||||
name: 'versionNotice',
|
|
||||||
type: 'notice',
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
displayName: 'Operation',
|
displayName: 'Operation',
|
||||||
name: 'operation',
|
name: 'operation',
|
||||||
|
|
Loading…
Reference in a new issue