From 34a674a03fe62abec7fb92a00791ed78c651efea Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 6 Jul 2012 15:34:14 -0300 Subject: Commented field info hook --- timelinejs.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'timelinejs.module') diff --git a/timelinejs.module b/timelinejs.module index 614b045..089fc86 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -4,3 +4,18 @@ * @file * TimelineJS module. */ + +/* +function timelinejs_field_info() { + return array( + 'timelinejs' => array( + 'label' => t('TimelineJS item'), + 'description' => t('An item in a timeline'), + 'settings' => array(), + 'instance_settings' => array(), + 'default_widget' => 'timelinejs_item', + 'default_formatter' => 'timelinejs_default', + ), + ); +} +/* -- cgit v1.2.3