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; ?> ] } }