aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/feed-reader.json
diff options
context:
space:
mode:
authorEric Guzman2012-04-02 15:36:08 -0700
committerEric Guzman2012-04-02 15:36:08 -0700
commit0241bf331b7e06e206a54be441edf2f4c7261f63 (patch)
treeb7e2f9cad73eed4fc616cf1841cd0be02bd955d4 /node_modules/components-data/feed-reader.json
parentdde5b5054f93db493e5d4d502e677f5781334b08 (diff)
parentc6de22bf42be90b403491b5f87b1818d9020310c (diff)
downloadninja-0241bf331b7e06e206a54be441edf2f4c7261f63.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Diffstat (limited to 'node_modules/components-data/feed-reader.json')
-rw-r--r--node_modules/components-data/feed-reader.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json
new file mode 100644
index 00000000..39da73f3
--- /dev/null
+++ b/node_modules/components-data/feed-reader.json
@@ -0,0 +1,25 @@
1{
2 "component": "feedreader",
3
4 "module": "montage/ui/feed-reader/feed-reader.reel",
5
6 "name": "FeedReader",
7
8 "properties": [
9 {
10 "name": "feedURL",
11 "type": "string",
12 "default": null
13 },
14 {
15 "name": "feedDisplayMode",
16 "type": "select",
17 "default": "timer",
18 "possibleValues": ["animation", "timer"]
19 }
20 ],
21 "defaultStyles": {
22 "width":"380px",
23 "height":"120px"
24 }
25} \ No newline at end of file