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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{00E27150-6B42-5C54-B600-70051B106C82}",
|
||||
"base": "{00E27150-6B42-5C54-B600-70051B106C82}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
@@ -11,31 +11,31 @@
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "Input_In",
|
||||
"base": "Input_In",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Out",
|
||||
"base": "Output_Out",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Min",
|
||||
"base": "DataInput_Min",
|
||||
"details": {
|
||||
"name": "Min"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Max",
|
||||
"base": "DataInput_Max",
|
||||
"details": {
|
||||
"name": "Max"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result",
|
||||
"base": "DataOutput_Result",
|
||||
"details": {
|
||||
"name": "Result"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user