Group all nodes under JSON Dynamic menu category

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 15:53:31 +01:00
parent e19e918855
commit 7f1fc92c54
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class JSONDynamicLoader:
RETURN_TYPES = tuple(any_type for _ in range(MAX_DYNAMIC_OUTPUTS))
RETURN_NAMES = tuple(f"output_{i}" for i in range(MAX_DYNAMIC_OUTPUTS))
FUNCTION = "load_dynamic"
CATEGORY = "utils/json"
CATEGORY = "JSON Dynamic/json"
OUTPUT_NODE = False
def load_dynamic(self, json_path, sequence_number, output_keys="", output_types=""):