Commit 3cc67699 authored by Jérome Perrin's avatar Jérome Perrin

fix # ref and a title

parent bc55b3d4
...@@ -523,7 +523,7 @@ ...@@ -523,7 +523,7 @@
}, },
"_class" : "node", "_class" : "node",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
...@@ -577,7 +577,7 @@ ...@@ -577,7 +577,7 @@
"backgroundImage": "linear-gradient(to bottom, #fdd 0%, #dcc 100%)" "backgroundImage": "linear-gradient(to bottom, #fdd 0%, #dcc 100%)"
}, },
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
...@@ -603,7 +603,7 @@ ...@@ -603,7 +603,7 @@
"application_configuration" : { "application_configuration" : {
"input" : { "input" : {
"view" : { "view" : {
"title" : "ProductionLine", "title" : "Production Line",
"type" : "object_view", "type" : "object_view",
"gadget" : "Input_viewProductionLine" "gadget" : "Input_viewProductionLine"
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment