From 0984f3d81efe59a3028b3f00a1f9afb8926da885 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 1 Aug 2012 16:40:48 -0300 Subject: Loading event nodes --- timelinejs_json.tpl.php | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'timelinejs_json.tpl.php') diff --git a/timelinejs_json.tpl.php b/timelinejs_json.tpl.php index 2e69e8d..92ac391 100644 --- a/timelinejs_json.tpl.php +++ b/timelinejs_json.tpl.php @@ -1,11 +1,18 @@ - { - "startDate":"", - "headline":"", - "text":"", - "asset": - { - "media":"", - "credit":"", - "caption":"" - } - } +{ + "timeline": + { + "headline":"", + "type":"default", + "startDate":"", + "text":"", + "asset": + { + "media":"", + "credit":"", + "caption":"" + }, + "date": [ + + ] + } +} -- cgit v1.2.3