docs(editor): Nodes icons, Merge node descriptions (#8517)

Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: Marcus <marcus@n8n.io>
This commit is contained in:
Giulio Andreini
2024-02-21 17:04:57 +01:00
committed by GitHub
parent 8b67dfbed9
commit 95e4c4fbb3
16 changed files with 514 additions and 494 deletions

View File

@@ -26,6 +26,7 @@
"JSON",
"HTML",
"ICS",
"iCal",
"RTF",
"64"
],

View File

@@ -45,9 +45,9 @@ export class ConvertToFile implements INodeType {
description: 'Transform input data into a table in an HTML file',
},
{
name: 'Convert to iCal',
name: 'Convert to ICS',
value: 'iCal',
action: 'Convert to iCal',
action: 'Convert to ICS',
description: 'Converts each input item to an ICS event file',
},
{