Skip to content

Commit

Permalink
FR7-Multiselect updating resources to match version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Norris authored and Tom Norris committed Sep 18, 2020
1 parent 914757d commit 3015b73
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 98 deletions.
120 changes: 60 additions & 60 deletions Resources/HelpInfo.ngmap
Original file line number Diff line number Diff line change
@@ -1,66 +1,7 @@
{
"targetVersion": "0.4.1",
"targetVersion": "0.4.2",
"defaultListing": "listing",
"explicitNode": "",
"nodeList": [
{
"title": "HelpInfo",
"color": {
"r": 0.40625,
"g": 0.40625,
"b": 0.40625,
"a": 1.0
},
"parentType": -1,
"fields": {
"0": {
"fieldType": "FIELD_LIST",
"label": "helpInfo",
"field": {
"fieldType": "LINK_TO_CHILD",
"label": "Branch",
"slotType": 0,
"explicitNode": "Branch",
"emptyHandling": "SKIP"
}
}
}
},
{
"title": "Branch",
"color": {
"r": 0.6853932,
"g": 0.7050562,
"b": 0.7050562,
"a": 1.0
},
"parentType": 0,
"fields": {
"0": {
"fieldType": "TEXT_LINE",
"label": "Entry",
"defaultValue": "Action"
},
"1": {
"fieldType": "TEXT_AREA",
"label": "Info",
"minHeight": 40.0,
"defaultValue": "Detailed description"
},
"2": {
"fieldType": "FIELD_LIST",
"label": "Branches",
"field": {
"fieldType": "LINK_TO_CHILD",
"label": "Branch",
"slotType": 0,
"explicitNode": "Branch",
"emptyHandling": "SKIP"
}
}
}
}
],
"nestingColors": [
{
"r": 0.5,
Expand Down Expand Up @@ -125,6 +66,65 @@
"a": 1.0
}
],
"nodeList": [
{
"title": "HelpInfo",
"color": {
"r": 0.40625,
"g": 0.40625,
"b": 0.40625,
"a": 1.0
},
"parentType": -1,
"fields": {
"0": {
"fieldType": "FIELD_LIST",
"label": "helpInfo",
"field": {
"fieldType": "LINK_TO_CHILD",
"label": "Branch",
"slotType": 0,
"explicitNode": "Branch",
"emptyHandling": "SKIP"
}
}
}
},
{
"title": "Branch",
"color": {
"r": 0.6853932,
"g": 0.7050562,
"b": 0.7050562,
"a": 1.0
},
"parentType": 0,
"fields": {
"0": {
"fieldType": "TEXT_LINE",
"label": "Entry",
"defaultValue": "Action"
},
"1": {
"fieldType": "TEXT_AREA",
"label": "Info",
"minHeight": 40.0,
"defaultValue": "Detailed description"
},
"2": {
"fieldType": "FIELD_LIST",
"label": "Branches",
"field": {
"fieldType": "LINK_TO_CHILD",
"label": "Branch",
"slotType": 0,
"explicitNode": "Branch",
"emptyHandling": "SKIP"
}
}
}
}
],
"data": {
"ngMapNodeName": "HelpInfo",
"ngMapNodePosition": {
Expand Down
2 changes: 1 addition & 1 deletion Resources/HelpInfo.tmplt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"targetVersion": "0.3.1",
"targetVersion": "0.4.2",
"defaultListing": "",
"explicitNode": "",
"nodeList": [
Expand Down
70 changes: 35 additions & 35 deletions Resources/HelpInfoTemplate.ngmap
Original file line number Diff line number Diff line change
@@ -1,7 +1,41 @@
{
"targetVersion": "0.4.1",
"targetVersion": "0.4.2",
"defaultListing": "nodeList",
"explicitNode": "Graph",
"nestingColors": [
{
"r": 0.0,
"g": 0.0,
"b": 0.0,
"a": 1.0
},
{
"r": 0.84375,
"g": 0.84375,
"b": 0.84375,
"a": 1.0
},
{
"r": 1.0,
"g": 0.0,
"b": 0.0,
"a": 1.0
}
],
"keyColors": [
{
"r": 0.64794004,
"g": 0.295880139,
"b": 1.0,
"a": 1.0
},
{
"r": 0.0,
"g": 1.0,
"b": 0.0625,
"a": 1.0
}
],
"nodeList": [
{
"title": "Graph",
Expand Down Expand Up @@ -1082,40 +1116,6 @@
}
}
],
"nestingColors": [
{
"r": 0.0,
"g": 0.0,
"b": 0.0,
"a": 1.0
},
{
"r": 0.84375,
"g": 0.84375,
"b": 0.84375,
"a": 1.0
},
{
"r": 1.0,
"g": 0.0,
"b": 0.0,
"a": 1.0
}
],
"keyColors": [
{
"r": 0.64794004,
"g": 0.295880139,
"b": 1.0,
"a": 1.0
},
{
"r": 0.0,
"g": 1.0,
"b": 0.0625,
"a": 1.0
}
],
"data": {
"ngMapNodeName": "Graph",
"ngMapNodePosition": {
Expand Down
2 changes: 1 addition & 1 deletion Resources/TEMPLATE.ngmap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"targetVersion": "0.4.1",
"targetVersion": "0.4.2",
"defaultListing": "nodeList",
"explicitNode": "Graph",
"nestingColors": [
Expand Down
2 changes: 1 addition & 1 deletion Resources/TEMPLATE.tmplt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"targetVersion": "0.4.1",
"targetVersion": "0.4.2",
"defaultListing": "nodeList",
"explicitNode": "Graph",
"nestingColors": [
Expand Down

0 comments on commit 3015b73

Please sign in to comment.