[Fixed Position] Add placeholder toolbar definition

Add a mostly-empty toolbar definition to Fixed Position view,
WTD-879.
This commit is contained in:
Victor Woeltjen 2015-02-17 16:15:25 -08:00
parent 98caa31d7b
commit 7fced99390

View File

@ -19,7 +19,27 @@
"type": "telemetry.panel",
"templateUrl": "templates/fixed.html",
"uses": [ "composition" ],
"gestures": [ "drop" ]
"gestures": [ "drop" ],
"toolbar": {
"sections": [
{
"items": [
{
"property": "add",
"control": "button"
}
]
},
{
"items": [
{
"property": "z",
"control": "textfield"
}
]
}
]
}
}
],
"representations": [