diff options
Diffstat (limited to 'node_modules/components-data')
-rw-r--r-- | node_modules/components-data/map.json | 4 | ||||
-rw-r--r-- | node_modules/components-data/picasa-carousel.json | 15 | ||||
-rw-r--r-- | node_modules/components-data/youtube-channel.json | 16 |
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 | ||