mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Add aliases (#1935)
This commit is contained in:
parent
91a5bc3bc4
commit
4d35eafc0b
|
@ -27,6 +27,11 @@
|
|||
"icon": "☀️",
|
||||
"url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||
"icon": "🔗",
|
||||
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||
},
|
||||
{
|
||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||
"icon": "💡",
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.calendlyTrigger/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -58,6 +58,11 @@
|
|||
"icon": "⚙️",
|
||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "Celebrating World Poetry Day with a daily poem in Telegram",
|
||||
"icon": "📜",
|
||||
|
@ -123,7 +128,7 @@
|
|||
"alias": [
|
||||
"Time",
|
||||
"Scheduler",
|
||||
"Poll"
|
||||
"Polling"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
|
|
|
@ -12,6 +12,13 @@
|
|||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.crypto/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||
"icon": "🔗",
|
||||
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
|
|
|
@ -21,6 +21,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Shell",
|
||||
"Command",
|
||||
"OS",
|
||||
"Bash"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Helpers"
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"n8n"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Helpers"
|
||||
|
|
|
@ -64,6 +64,11 @@
|
|||
"icon": "⏲",
|
||||
"url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/"
|
||||
},
|
||||
{
|
||||
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||
"icon": "🔗",
|
||||
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||
},
|
||||
{
|
||||
"label": "Build your own virtual assistant with n8n: A step by step guide",
|
||||
"icon": "👦",
|
||||
|
@ -101,6 +106,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Code",
|
||||
"Javascript",
|
||||
"Custom Code",
|
||||
"Script",
|
||||
"cpde"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Data Transformation"
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
"icon": "⚙️",
|
||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||
"icon": "💡",
|
||||
|
|
|
@ -23,5 +23,8 @@
|
|||
"url": "https://n8n.io/blog/automate-google-apps-for-productivity/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"alias": [
|
||||
"Workspaces"
|
||||
]
|
||||
}
|
|
@ -79,5 +79,10 @@
|
|||
"url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"alias": [
|
||||
"CSV",
|
||||
"Spreadsheet",
|
||||
"GS"
|
||||
]
|
||||
}
|
|
@ -13,6 +13,11 @@
|
|||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "What are APIs and how to use them with no code",
|
||||
"icon": " 🪢",
|
||||
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||
},
|
||||
{
|
||||
"label": "How to automatically give kudos to contributors with GitHub, Slack, and n8n",
|
||||
"icon": "👏",
|
||||
|
|
|
@ -17,6 +17,11 @@
|
|||
"icon": "🧬",
|
||||
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation",
|
||||
"icon": "🧰",
|
||||
|
|
|
@ -43,6 +43,16 @@
|
|||
"icon": "🛳",
|
||||
"url": "https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/"
|
||||
},
|
||||
{
|
||||
"label": "What are APIs and how to use them with no code",
|
||||
"icon": " 🪢",
|
||||
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "Celebrating World Poetry Day with a daily poem in Telegram",
|
||||
"icon": "📜",
|
||||
|
@ -83,6 +93,11 @@
|
|||
"icon": "📈",
|
||||
"url": "https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/"
|
||||
},
|
||||
{
|
||||
"label": "How Common Knowledge use workflow automation for activism",
|
||||
"icon": "✨",
|
||||
"url": "https://n8n.io/blog/automations-for-activists/"
|
||||
},
|
||||
{
|
||||
"label": "Creating scheduled text affirmations with n8n",
|
||||
"icon": "🤟",
|
||||
|
@ -95,6 +110,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"API",
|
||||
"Request",
|
||||
"URL",
|
||||
"Build"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Helpers"
|
||||
|
|
|
@ -15,6 +15,13 @@
|
|||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.humanticAi/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -28,11 +28,21 @@
|
|||
"icon": "🧬",
|
||||
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
|
||||
},
|
||||
{
|
||||
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||
"icon": "🔗",
|
||||
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||
},
|
||||
{
|
||||
"label": "Automate your data processing pipeline in 9 steps",
|
||||
"icon": "⚙️",
|
||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||
"icon": "💡",
|
||||
|
@ -60,6 +70,14 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Router",
|
||||
"Filter",
|
||||
"Condition",
|
||||
"Logic",
|
||||
"Boolean",
|
||||
"Branch"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Flow"
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Time",
|
||||
"Scheduler",
|
||||
"Polling"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Flow"
|
||||
|
|
|
@ -17,5 +17,8 @@
|
|||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.keap/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"alias": [
|
||||
"Infusionsoft"
|
||||
]
|
||||
}
|
|
@ -17,5 +17,8 @@
|
|||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.keapTrigger/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"alias": [
|
||||
"Infusionsoft"
|
||||
]
|
||||
}
|
|
@ -32,6 +32,11 @@
|
|||
"icon": "⏲",
|
||||
"url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||
"icon": "💡",
|
||||
|
|
|
@ -34,6 +34,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Join",
|
||||
"Concatenate"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Flow"
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.microsoftToDo/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Todo"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -27,6 +27,11 @@
|
|||
"icon": "⚙️",
|
||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "5 workflow automations for Mattermost that we love at n8n",
|
||||
"icon": "🤖",
|
||||
|
@ -44,6 +49,9 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"nothing"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Helpers"
|
||||
|
|
|
@ -15,6 +15,13 @@
|
|||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.notion/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -15,6 +15,13 @@
|
|||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.notionTrigger/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -24,6 +24,11 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Text",
|
||||
"Open",
|
||||
"Import"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Files"
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Text",
|
||||
"Open",
|
||||
"Import"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Files"
|
||||
|
|
|
@ -37,11 +37,21 @@
|
|||
"icon": "🧾",
|
||||
"url": "https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||
"icon": "🔗",
|
||||
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||
},
|
||||
{
|
||||
"label": "Automate your data processing pipeline in 9 steps",
|
||||
"icon": "⚙️",
|
||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||
"icon": "💡",
|
||||
|
@ -84,6 +94,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"JSON",
|
||||
"Filter",
|
||||
"Transform",
|
||||
"Map"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Data Transformation"
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
"icon": "⚙️",
|
||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "Build your own virtual assistant with n8n: A step by step guide",
|
||||
"icon": "👦",
|
||||
|
@ -31,6 +36,11 @@
|
|||
"label": "How to automatically give kudos to contributors with GitHub, Slack, and n8n",
|
||||
"icon": "👏",
|
||||
"url": "https://n8n.io/blog/how-to-automatically-give-kudos-to-contributors-with-github-slack-and-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "How Common Knowledge use workflow automation for activism",
|
||||
"icon": "✨",
|
||||
"url": "https://n8n.io/blog/automations-for-activists/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Loop"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Flow"
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"CSV",
|
||||
"Spreadsheet"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Files"
|
||||
|
|
|
@ -11,6 +11,13 @@
|
|||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.sseTrigger/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "What are APIs and how to use them with no code",
|
||||
"icon": " 🪢",
|
||||
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"subcategories": {
|
||||
|
|
|
@ -17,5 +17,8 @@
|
|||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.surveyMonkeyTrigger/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"alias": [
|
||||
"Form"
|
||||
]
|
||||
}
|
|
@ -24,6 +24,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Router",
|
||||
"If",
|
||||
"Path",
|
||||
"Filter",
|
||||
"Condition",
|
||||
"Logic",
|
||||
"Branch"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Flow"
|
||||
|
|
|
@ -17,6 +17,11 @@
|
|||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "Hey founders! Your business doesn't need you to operate",
|
||||
"icon": " 🖥️",
|
||||
|
|
|
@ -27,6 +27,11 @@
|
|||
"icon": "🎫",
|
||||
"url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||
"icon": "💡",
|
||||
|
@ -46,7 +51,15 @@
|
|||
"label": "Automating Conference Organization Processes with n8n",
|
||||
"icon": "🙋♀️",
|
||||
"url": "https://n8n.io/blog/automating-conference-organization-processes-with-n8n/"
|
||||
},
|
||||
{
|
||||
"label": "How Common Knowledge use workflow automation for activism",
|
||||
"icon": "✨",
|
||||
"url": "https://n8n.io/blog/automations-for-activists/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"alias": [
|
||||
"Form"
|
||||
]
|
||||
}
|
|
@ -3,12 +3,12 @@
|
|||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": [
|
||||
"Monitoring"
|
||||
"Development"
|
||||
],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/uptimeRobot"
|
||||
"url": "https://docs.n8n.io/credentials/uptimeRobot/"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
|
|
|
@ -23,6 +23,21 @@
|
|||
"icon": "🛳",
|
||||
"url": "https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/"
|
||||
},
|
||||
{
|
||||
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||
"icon": "🔗",
|
||||
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||
},
|
||||
{
|
||||
"label": "What are APIs and how to use them with no code",
|
||||
"icon": " 🪢",
|
||||
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||
},
|
||||
{
|
||||
"label": "5 tasks you can automate with the new Notion API ",
|
||||
"icon": "⚡️",
|
||||
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||
},
|
||||
{
|
||||
"label": "How a digital strategist uses n8n for online marketing",
|
||||
"icon": "💻",
|
||||
|
@ -70,6 +85,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"HTTP",
|
||||
"API",
|
||||
"Build",
|
||||
"WH"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Flow"
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Text",
|
||||
"Save",
|
||||
"Export"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Files"
|
||||
|
|
|
@ -16,5 +16,8 @@
|
|||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.wufooTrigger/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"alias": [
|
||||
"Form"
|
||||
]
|
||||
}
|
|
@ -10,8 +10,18 @@
|
|||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.xml/"
|
||||
}
|
||||
],
|
||||
"generic": [
|
||||
{
|
||||
"label": "What are APIs and how to use them with no code",
|
||||
"icon": " 🪢",
|
||||
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"alias": [
|
||||
"Parse"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": [
|
||||
"Files"
|
||||
|
|
Loading…
Reference in a new issue