[Fixed Position] Add placeholder toolbar definition
Add a mostly-empty toolbar definition to Fixed Position view, WTD-879.
This commit is contained in:
@@ -19,7 +19,27 @@
|
|||||||
"type": "telemetry.panel",
|
"type": "telemetry.panel",
|
||||||
"templateUrl": "templates/fixed.html",
|
"templateUrl": "templates/fixed.html",
|
||||||
"uses": [ "composition" ],
|
"uses": [ "composition" ],
|
||||||
"gestures": [ "drop" ]
|
"gestures": [ "drop" ],
|
||||||
|
"toolbar": {
|
||||||
|
"sections": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"property": "add",
|
||||||
|
"control": "button"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"property": "z",
|
||||||
|
"control": "textfield"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"representations": [
|
"representations": [
|
||||||
|
|||||||
Reference in New Issue
Block a user