From c80e7df1702dff09b5cc8447ab0619747fed2024 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Fri, 11 May 2012 15:03:10 -0700 Subject: created the initial environment requirements for workspace to be manipulated. Signed-off-by: Armen Kesablyan --- js/data/panels-data.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'js/data/panels-data.js') diff --git a/js/data/panels-data.js b/js/data/panels-data.js index f613a3be..7fa22995 100644 --- a/js/data/panels-data.js +++ b/js/data/panels-data.js @@ -105,6 +105,32 @@ exports.PanelsData = Montage.create(Montage, { open: true, modulePath: "js/panels/history-panel/history.reel", moduleName: "History" + }, + { + name: "Binding", + groups: ["ws-binding"], + minHeight: 100, + height: 100, + maxHeight: null, + flexible: true, + collapsed: true, + scrollable: true, + open: true, + modulePath: "js/panels/binding.reel", + moduleName: "BindingPanel" + }, + { + name: "Objects", + groups: ["ws-binding"], + minHeight: 100, + height: 100, + maxHeight: null, + flexible: true, + collapsed: true, + scrollable: true, + open: true, + modulePath: "js/panels/objects.reel", + moduleName: "ObjectsPanel" } ] } -- cgit v1.2.3