aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data
diff options
context:
space:
mode:
authorFrançois Frisch2012-03-17 19:28:30 -0700
committerFrançois Frisch2012-03-17 19:28:30 -0700
commit09852e9b9b8e64f003bed5aa57630d8b42c8ac95 (patch)
treede6f15ae7557a17f105386729952f35783f67647 /node_modules/components-data
parenta086ca62423a09807e2f3a79107249bc31d5e908 (diff)
downloadninja-09852e9b9b8e64f003bed5aa57630d8b42c8ac95.tar.gz
Integrating picasa carousel and youtube channel
Diffstat (limited to 'node_modules/components-data')
-rw-r--r--node_modules/components-data/map.json4
-rw-r--r--node_modules/components-data/picasa-carousel.json15
-rw-r--r--node_modules/components-data/youtube-channel.json16
3 files changed, 33 insertions, 2 deletions
diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json
index 071fa73a..796b2fad 100644
--- a/node_modules/components-data/map.json
+++ b/node_modules/components-data/map.json
@@ -9,13 +9,13 @@
9 { 9 {
10 "name": "category", 10 "name": "category",
11 "type": "string", 11 "type": "string",
12 "default": null, 12 "default": "",
13 "possibleValues": ["restaurant", "hospital", "cafe", "museum"] 13 "possibleValues": ["restaurant", "hospital", "cafe", "museum"]
14 }, 14 },
15 { 15 {
16 "name": "center", 16 "name": "center",
17 "type": "string", 17 "type": "string",
18 "default": null 18 "default": ""
19 } 19 }
20 20
21 ] 21 ]
diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json
new file mode 100644
index 00000000..34fe0e8f
--- /dev/null
+++ b/node_modules/components-data/picasa-carousel.json
@@ -0,0 +1,15 @@
1{
2 "component": "picasa-carousel",
3
4 "module": "montage/ui/picasa-carousel.reel",
5
6 "name": "PicasaCarousel",
7
8 "properties": [
9 {
10 "name": "queryParameter",
11 "type": "string",
12 "default": ""
13 }
14 ]
15} \ No newline at end of file
diff --git a/node_modules/components-data/youtube-channel.json b/node_modules/components-data/youtube-channel.json
new file mode 100644
index 00000000..8affffba
--- /dev/null
+++ b/node_modules/components-data/youtube-channel.json
@@ -0,0 +1,16 @@
1{
2 "component": "youtube-channel",
3
4 "module": "montage/ui/youtube-channel.reel",
5
6 "name": "YoutubeChannel",
7
8 "properties": [
9 {
10 "name": "channelUrl",
11 "type": "string",
12 "default": ""
13 }
14
15 ]
16} \ No newline at end of file