feat(nodeEdit): Add node configurator and schema field components
- Introduced the NodeConfigurator component for node configuration - Added the SchemaField component for schema field rendering - Changed node parameters to an object configuration model - Added error handling and notification mechanisms - Modified the CoreTypes definition method to avoid Proxy issues
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
"arguments": "Arguments",
|
||||
"addGroupButton": "Add",
|
||||
"groupExists": "Group already exists.",
|
||||
"groupAdded": "Group added."
|
||||
"groupAdded": "Group added.",
|
||||
"nodeType": "Node Type"
|
||||
},
|
||||
"addNode": {
|
||||
"title": "Add Node",
|
||||
@@ -40,7 +41,8 @@
|
||||
"nodeAlias": "Node alias",
|
||||
"arguments": "Arguments",
|
||||
"addNodeButton": "Add",
|
||||
"nodeAddedSuccess": "Node added successfully"
|
||||
"nodeAddedSuccess": "Node added successfully",
|
||||
"nodeAddedError": "Error adding node"
|
||||
},
|
||||
"common": {
|
||||
"save": "Save",
|
||||
|
||||
Reference in New Issue
Block a user