aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorEric Guzman2012-03-20 14:16:01 -0700
committerEric Guzman2012-03-20 14:16:01 -0700
commit045eee416a66c88198067cd4694adcd5fc7589f1 (patch)
tree020c2e62fd0c1d7fb1c74de6b13ec5037f4ce5d2 /node_modules
parent24fd82f555d0e3e591acceb0322bc514b87e95fb (diff)
downloadninja-045eee416a66c88198067cd4694adcd5fc7589f1.tar.gz
Feed Reader - Add PI field for display mode
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/components-data/feed-reader.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json
index 6caf768d..c3763cdf 100644
--- a/node_modules/components-data/feed-reader.json
+++ b/node_modules/components-data/feed-reader.json
@@ -10,6 +10,11 @@
10 "name": "feedURL", 10 "name": "feedURL",
11 "type": "string", 11 "type": "string",
12 "default": null 12 "default": null
13 },
14 {
15 "name": "feedDisplayMode",
16 "type": "string",
17 "default": "animation"
13 } 18 }
14 ] 19 ]
15} \ No newline at end of file 20} \ No newline at end of file