You are here

public function field_timer_county_date_field_base::getDefaultSettings in Field Timer 7.2

@inheritdoc

Overrides field_timer_county_base::getDefaultSettings

File

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

Class

field_timer_county_date_field_base
Base class for field_timer_text formatter and date field types.

Code

public function getDefaultSettings() {
  return parent::getDefaultSettings() + array(
    'title' => '',
    'title2' => '',
    'animation2' => 'fade',
    'speed2' => 500,
    'county_theme2' => 'blue',
    'background2' => '',
    'reflection2' => 1,
    'reflectionOpacity2' => 0.2,
    'fromto' => 'both',
  );
}