From 149097510754e175ab93fc9fa8844999713269fb Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 31 Jul 2012 18:37:58 -0300 Subject: Starting to code a dynamic timeline --- timelinejs_json.tpl.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 timelinejs_json.tpl.php (limited to 'timelinejs_json.tpl.php') diff --git a/timelinejs_json.tpl.php b/timelinejs_json.tpl.php new file mode 100644 index 0000000..68cfcbb --- /dev/null +++ b/timelinejs_json.tpl.php @@ -0,0 +1,35 @@ + +{ + "timeline": + { + "headline":"", + "type":"default", + "startDate":"", + "text":"", + "asset": + { + "media":"", + "credit":"", + "caption":"" + }, + + "date": [ + { + "startDate":"", + "headline":"", + "text":"", + "asset": + { + "media":"", + "credit":"", + "caption":"" + } + }, + ] + + } +} -- cgit v1.2.3