summaryrefslogtreecommitdiff
path: root/timelinejs_json.tpl.php
blob: 92ac391af55d256dff82cabfec7790cc08f4c47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "timeline":
    {
      "headline":"<?php print $headline; ?>",
        "type":"default",
        "startDate":"<?php print $date; ?>",
        "text":"<?php print $text; ?>",
		"asset":
        {
            "media":"<?php print $media; ?>",
            "credit":"",
            "caption":""
        },
        "date": [
<?php print $events; ?>
        ]
    }
}