feat(Simulate Node): New node (no-changelog) (#9109)

This commit is contained in:
Michael Kret
2024-05-08 14:02:36 +03:00
committed by GitHub
parent c4bf5b2b92
commit 6b6e8dfc33
15 changed files with 344 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"node": "n8n-nodes-base.simulate",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Core Nodes"],
"resources": {},
"alias": ["placeholder", "stub", "dummy"],
"subcategories": {
"Core Nodes": ["Helpers"]
}
}