Skip to content

Commit

Permalink
Set BackwardYears to default to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkarinage authored Jan 20, 2022
1 parent 879bbb9 commit d9cec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'ReCaptchaTheme' => 'light', // ReCaptcha theme to use (Value: dark or light) (see: https://developers.google.com/recaptcha/docs/display#render_param)
'DisplaySinglePages' => true, // Whether or not to display paging for single page results.
'ForwardYears' => 15, // (Visual) The number of years to display ahead of the current year in date inputs.
'BackwardYears' => 30, // (Visual) The number of years to display behind the current year in date inputs.
'BackwardYears' => 60, // (Visual) The number of years to display behind the current year in date inputs.
'ColumnSortAscending' => '', // (Visual) Text displayed for ascending sorted column names.
'ColumnSortDescending' => '', // (Visual) Text displayed for descending sorted column names.
'CreditExchangeRate' => 1.0, // The rate at which credits are exchanged for dollars.
Expand Down

0 comments on commit d9cec25

Please sign in to comment.