You are here

function fullcalendar_options_fullcalendar_options_info in FullCalendar 7.2

Implements hook_fullcalendar_options_info().

File

fullcalendar_options/includes/fullcalendar_options.fullcalendar.inc, line 11
Provides extra FullCalendar configuration options.

Code

function fullcalendar_options_fullcalendar_options_info() {
  return array(
    'fullcalendar_options' => array(
      'name' => t('Extra'),
      'js' => TRUE,
    ),
  );
}