You are here

function views_timelinejs_ctools_plugin_type in Views TimelineJS integration 7

Implements hook_ctools_plugin_type().

File

./views_timelinejs.module, line 75
Views TimelineJS API, theming, libraries, etc.

Code

function views_timelinejs_ctools_plugin_type() {
  return array(
    'date_sources' => array(),
    'text_sources' => array(),
    'media_sources' => array(),
    'tag_sources' => array(),
  );
}