mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
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:
@@ -26,6 +26,7 @@
|
||||
"JSON",
|
||||
"HTML",
|
||||
"ICS",
|
||||
"iCal",
|
||||
"RTF",
|
||||
"64"
|
||||
],
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user