Zach Wise
13 years ago
1 changed files with 38 additions and 0 deletions
@ -0,0 +1,38 @@ |
|||||||
|
|
||||||
|
{ |
||||||
|
"timeline": |
||||||
|
{ |
||||||
|
"headline":"The Main Timeline Headline Goes here", |
||||||
|
"type":"default", |
||||||
|
"text":"<p>Intro body text goes here, some HTML is ok</p>", |
||||||
|
"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":"<p>Body text goes here, some HTML is OK</p>", |
||||||
|
"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":"<p>Body text goes here, some HTML is OK</p>", |
||||||
|
"tag":"This is Optional" |
||||||
|
} |
||||||
|
|
||||||
|
] |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue