Updated all names files to use 'base' instead of 'key' to avoid validation issues
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
+5
-5
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{36C69825-CFF8-4F70-8F3B-1A9227E8BEEA}",
|
||||
"base": "{36C69825-CFF8-4F70-8F3B-1A9227E8BEEA}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
@@ -10,27 +10,27 @@
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "DataOutput_Result",
|
||||
"base": "DataOutput_Result",
|
||||
"details": {
|
||||
"name": "Result"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Input_In",
|
||||
"base": "Input_In",
|
||||
"details": {
|
||||
"name": "In",
|
||||
"tooltip": "Signal to perform the evaluation when desired."
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_True",
|
||||
"base": "Output_True",
|
||||
"details": {
|
||||
"name": "True",
|
||||
"tooltip": "Signaled if the result of the operation is true."
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_False",
|
||||
"base": "Output_False",
|
||||
"details": {
|
||||
"name": "False",
|
||||
"tooltip": "Signaled if the result of the operation is false."
|
||||
|
||||
Reference in New Issue
Block a user