mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(Microsoft Excel 365 Node): Alias update (no-changelog) (#7659)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -91,5 +91,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"alias": ["CSV", "Spreadsheet", "GS"]
|
"alias": ["CSV", "Sheet", "Spreadsheet", "GS"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,5 +15,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"alias": ["CSV", "Spreadsheet"]
|
"alias": ["_Excel", "Excel", "Sheet", "CSV", "Spreadsheet"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"alias": ["CSV", "Spreadsheet", "Excel", "xls", "xlsx", "ods"],
|
"alias": ["_Excel", "Excel", "CSV", "Sheet", "Spreadsheet", "xls", "xlsx", "ods"],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": ["Files"]
|
"Core Nodes": ["Files"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user