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": [