aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js')
-rwxr-xr-xjs/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js22
1 files changed, 21 insertions, 1 deletions
diff --git a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js
index b4eec771..981e666f 100755
--- a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js
+++ b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js
@@ -23,6 +23,26 @@ var ComponentsPanelBase = exports.ComponentsPanelBase = Montage.create(Component
23 "text": "styles", 23 "text": "styles",
24 "children": [ 24 "children": [
25 { 25 {
26 "text": "Widgets",
27 "children": [
28 {
29 "text": "Map",
30 "dataFile" : "node_modules/components-data/map.json",
31 "component": "map"
32 },
33 {
34 "text": "Feed Reader",
35 "dataFile" : "node_modules/components-data/feed-reader.json",
36 "component": "feedreader"
37 },
38 {
39 "text": "Search Bar",
40 "dataFile" : "node_modules/components-data/searchfield.json",
41 "component": "searchfield"
42 }
43 ]
44 },
45 {
26 "text": "Montage Components", 46 "text": "Montage Components",
27 "children": [ 47 "children": [
28 { 48 {
@@ -50,7 +70,7 @@ var ComponentsPanelBase = exports.ComponentsPanelBase = Montage.create(Component
50 "dataFile" : "node_modules/components-data/number-input.json", 70 "dataFile" : "node_modules/components-data/number-input.json",
51 "component": "numberInput" 71 "component": "numberInput"
52 }, 72 },
53 { 73 {
54 "text": "Select Input", 74 "text": "Select Input",
55 "dataFile" : "node_modules/components-data/select.json", 75 "dataFile" : "node_modules/components-data/select.json",
56 "component": "select" 76 "component": "select"