feat: Data transformation nodes and actions in Nodes Panel (#7760)

- Split Items List node into separate nodes per action
- Review node descriptions
- New icons
- New sections in subcategories

---------

Co-authored-by: Giulio Andreini <andreini@netseven.it>
Co-authored-by: Deborah <deborah@starfallprojects.co.uk>
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
Elias Meire
2023-12-08 11:40:05 +01:00
committed by GitHub
parent 90824b50ed
commit 675ec21d33
78 changed files with 4353 additions and 74 deletions

View File

@@ -50,7 +50,6 @@
},
{
"parameters": {
"operation": "sort",
"sortFieldsUi": {
"sortField": [
{
@@ -61,9 +60,9 @@
"options": {}
},
"id": "555a150c-d735-4331-b628-c1f1cfed2da1",
"name": "Item Lists",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 2,
"name": "Sort",
"type": "n8n-nodes-base.sort",
"typeVersion": 1,
"position": [
-280,
580
@@ -182,7 +181,7 @@
"main": [
[
{
"node": "Item Lists",
"node": "Sort",
"type": "main",
"index": 0
}
@@ -216,7 +215,7 @@
]
]
},
"Item Lists": {
"Sort": {
"main": [
[
{
@@ -289,4 +288,4 @@
]
}
}
}
}