From 06ed5c9c20e4ebb34d67591e82b451fa3c876a00 Mon Sep 17 00:00:00 2001 From: Zach Wise Date: Fri, 22 Jun 2012 08:20:18 -0500 Subject: [PATCH] Added JSON model that shows all the options --- examples/model.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 examples/model.json diff --git a/examples/model.json b/examples/model.json new file mode 100644 index 0000000..d029b0c --- /dev/null +++ b/examples/model.json @@ -0,0 +1,38 @@ + +{ + "timeline": + { + "headline":"The Main Timeline Headline Goes here", + "type":"default", + "text":"

Intro body text goes here, some HTML is ok

", + "asset": { + "media":"http://yourdomain_or_socialmedialink_goes_here.jpg", + "credit":"Credit Name Goes Here", + "caption":"Caption text goes here" + }, + "date": [ + { + "startDate":"2011,12,10", + "endDate":"2011,12,11", + "headline":"Headline Goes Here", + "text":"

Body text goes here, some HTML is OK

", + "tag":"This is Optional", + "asset": { + "media":"http://twitter.com/ArjunaSoriano/status/164181156147900416", + "credit":"Credit Name Goes Here", + "caption":"Caption text goes here" + } + } + ], + "era": [ + { + "startDate":"2011,12,10", + "endDate":"2011,12,11", + "headline":"Headline Goes Here", + "text":"

Body text goes here, some HTML is OK

", + "tag":"This is Optional" + } + + ] + } +} \ No newline at end of file