diff options
Diffstat (limited to 'js')
-rwxr-xr-x | js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js index 92d21bc3..49d1179a 100755 --- a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js +++ b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js | |||
@@ -26,19 +26,29 @@ var ComponentsPanelBase = exports.ComponentsPanelBase = Montage.create(Component | |||
26 | "text": "Widgets", | 26 | "text": "Widgets", |
27 | "children": [ | 27 | "children": [ |
28 | { | 28 | { |
29 | "text": "Feed Reader", | ||
30 | "dataFile" : "node_modules/components-data/feed-reader.json", | ||
31 | "component": "feedreader" | ||
32 | }, | ||
33 | { | ||
29 | "text": "Map", | 34 | "text": "Map", |
30 | "dataFile" : "node_modules/components-data/map.json", | 35 | "dataFile" : "node_modules/components-data/map.json", |
31 | "component": "map" | 36 | "component": "map" |
32 | }, | 37 | }, |
33 | { | 38 | { |
34 | "text": "Feed Reader", | 39 | "text": "Picasa Carousel", |
35 | "dataFile" : "node_modules/components-data/feed-reader.json", | 40 | "dataFile" : "node_modules/components-data/picasa-carousel.json", |
36 | "component": "feedreader" | 41 | "component": "picasa-carousel" |
37 | }, | 42 | }, |
38 | { | 43 | { |
39 | "text": "Search Bar", | 44 | "text": "Search Bar", |
40 | "dataFile" : "node_modules/components-data/searchfield.json", | 45 | "dataFile" : "node_modules/components-data/searchfield.json", |
41 | "component": "searchfield" | 46 | "component": "searchfield" |
47 | }, | ||
48 | { | ||
49 | "text": "Youtube Channel", | ||
50 | "dataFile" : "node_modules/components-data/youtube-channel.json", | ||
51 | "component": "youtube-channel" | ||
42 | } | 52 | } |
43 | ] | 53 | ] |
44 | }, | 54 | }, |