From 7fced99390d9601258e2c80f9f48d25bb739847c Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 17 Feb 2015 16:15:25 -0800 Subject: [PATCH] [Fixed Position] Add placeholder toolbar definition Add a mostly-empty toolbar definition to Fixed Position view, WTD-879. --- platform/features/layout/bundle.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 0ce44d3016..890a2438a4 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -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": [