Expand input "date purchased" year range options.

This commit is contained in:
Michael Stenta 2018-03-22 20:49:15 -04:00
parent 2f9cb9ba02
commit cf087c6ff9
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ function farm_log_input_field_default_field_instances() {
'label_position' => 'above',
'no_fieldset' => 0,
'text_parts' => array(),
'year_range' => '-3:+3',
'year_range' => '-10:+3',
),
'type' => 'date_select',
'weight' => -3,