Browse Source

Added era to example

pull/177/head
Zach Wise 13 years ago
parent
commit
118e78238a
  1. 20
      examples/example_kitchensink.json

20
examples/example_kitchensink.json

@ -11,6 +11,26 @@
"credit":"", "credit":"",
"caption":"" "caption":""
}, },
"era": [
{
"startDate":"1895,1,1",
"endDate":"1910,1,1",
"headline":"Georges Méliès",
"text":"Example of an era"
},
{
"startDate":"1980,1,1",
"endDate":"1995,1,1",
"headline":"Another Era",
"text":"Example of an era"
},
{
"startDate":"1990,1,1",
"endDate":"2013,1,1",
"headline":"Yet Another Era",
"text":"Example of an era"
}
],
"date": [ "date": [
{ {
"startDate":"2012,1,18", "startDate":"2012,1,18",

Loading…
Cancel
Save