Commit 51ebc9ad authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5987d79e
...@@ -18,13 +18,15 @@ ...@@ -18,13 +18,15 @@
"required": [ "required": [
"rrh_type", "rrh_type",
"loop_property1", "loop_property1",
"loop_property2" "loop_property2"
], ],
"properties": { "properties": {
"rrh_type": { "rrh_type": {
"type": "string",
"const": "lopcomm_rrh", "const": "lopcomm_rrh",
"template": "lopcomm_rrh" "template": "lopcomm_rrh",
"options": {
"hidden": true
}
}, },
"loop_property1": { "loop_property1": {
"title": "Loopcom-specific property1", "title": "Loopcom-specific property1",
...@@ -42,14 +44,16 @@ ...@@ -42,14 +44,16 @@
"required": [ "required": [
"rrh_type", "rrh_type",
"m2_property1", "m2_property1",
"m2_property2", "m2_property2",
"m2_property3" "m2_property3"
], ],
"properties": { "properties": {
"rrh_type": { "rrh_type": {
"type": "string",
"const": "m2_rrh", "const": "m2_rrh",
"template": "m2_rrh" "template": "m2_rrh",
"options": {
"hidden": true
}
}, },
"m2_property1": { "m2_property1": {
"title": "M2-specific property1", "title": "M2-specific property1",
......
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