mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
Better README
This commit is contained in:
@@ -4,7 +4,7 @@ class CombineTexts:
|
||||
return {
|
||||
"required": {
|
||||
"number_of_inputs": ("INT", {"default": 2, "min": 2, "max": 10, "step": 1}),
|
||||
"delimiter": (["newline", "comma", "space", "test"], {"default": "newline"}),
|
||||
"delimiter": (["newline", "comma", "space"], {"default": "newline"}),
|
||||
"text_1": ("STRING", {"forceInput": True}),
|
||||
"text_2": ("STRING", {"forceInput": True}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user