diff options
| author | Silvio <silvio@socioambiental.org> | 2012-07-06 15:34:14 -0300 | 
|---|---|---|
| committer | Silvio <silvio@socioambiental.org> | 2012-07-06 15:34:14 -0300 | 
| commit | 34a674a03fe62abec7fb92a00791ed78c651efea (patch) | |
| tree | 1ea485e55175dd66f930c19a4b7e1b89c857adf7 | |
| parent | 492046fedd804e4e24520b74ac30f35116d6b6e5 (diff) | |
| download | timelinejs-34a674a03fe62abec7fb92a00791ed78c651efea.tar.gz timelinejs-34a674a03fe62abec7fb92a00791ed78c651efea.tar.bz2 | |
Commented field info hook
| -rw-r--r-- | timelinejs.module | 15 | 
1 files changed, 15 insertions, 0 deletions
| 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', +    ), +  ); +} +/* | 
