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.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/js/data/panels-data.js b/js/data/panels-data.js
index fd07b4fe..7ab40f11 100644
--- a/js/data/panels-data.js
+++ b/js/data/panels-data.js
@@ -105,6 +105,18 @@ exports.PanelsData = Montage.create(Montage, {
105 open: true, 105 open: true,
106 modulePath: "js/panels/presets/content.reel", 106 modulePath: "js/panels/presets/content.reel",
107 moduleName: "content" 107 moduleName: "content"
108 },
109 {
110 name: "History",
111 minHeight: 100,
112 height: 100,
113 maxHeight: null,
114 flexible: true,
115 collapsed: true,
116 scrollable: true,
117 open: true,
118 modulePath: "js/panels/history-panel/history.reel",
119 moduleName: "History"
108 } 120 }
109 ] 121 ]
110 } 122 }