You are here

public function field_timer_jquery_countdown_led_date_field_base::getDefaultSettings in Field Timer 7.2

@inheritdoc

Overrides field_timer_jquery_countdown_led_base::getDefaultSettings

File

includes/field_timer_jquery_countdown_led.inc, line 254
Help file. Contains help classes to perform field_timer_jquery_countdown_led formatter related actions.

Class

field_timer_jquery_countdown_led_date_field_base
Base class for field_timer_jquery_countdown_led formatter and date field types.

Code

public function getDefaultSettings() {
  return parent::getDefaultSettings() + array(
    'title' => '',
    'title2' => '',
    'type2' => 'auto',
    'countdown_theme2' => 'green',
    'max_count_of_days2' => 2,
    'display_days2' => 1,
    'display_hours2' => 1,
    'display_minutes2' => 1,
    'display_seconds2' => 1,
    'fromto' => 'both',
  );
}