aboutsummaryrefslogtreecommitdiff
path: root/js/data/panels-data.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/data/panels-data.js')
-rw-r--r--js/data/panels-data.js26
1 files changed, 26 insertions, 0 deletions
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, {
105 open: true, 105 open: true,
106 modulePath: "js/panels/history-panel/history.reel", 106 modulePath: "js/panels/history-panel/history.reel",
107 moduleName: "History" 107 moduleName: "History"
108 },
109 {
110 name: "Binding",
111 groups: ["ws-binding"],
112 minHeight: 100,
113 height: 100,
114 maxHeight: null,
115 flexible: true,
116 collapsed: true,
117 scrollable: true,
118 open: true,
119 modulePath: "js/panels/binding.reel",
120 moduleName: "BindingPanel"
121 },
122 {
123 name: "Objects",
124 groups: ["ws-binding"],
125 minHeight: 100,
126 height: 100,
127 maxHeight: null,
128 flexible: true,
129 collapsed: true,
130 scrollable: true,
131 open: true,
132 modulePath: "js/panels/objects.reel",
133 moduleName: "ObjectsPanel"
108 } 134 }
109 ] 135 ]
110 } 136 }