Documented loan_length_presets in config.php.example.
Also made explicit what keywords work
This commit is contained in:
parent
e640c24515
commit
753f87d135
@ -21,8 +21,13 @@ $language = 'en';
|
|||||||
$name = 'My product tracker';
|
$name = 'My product tracker';
|
||||||
|
|
||||||
# Default loan length
|
# Default loan length
|
||||||
|
# Valid keywords are: day, days, week, weeks, month, months, year, years
|
||||||
$default_loan_length = '1 day';
|
$default_loan_length = '1 day';
|
||||||
|
|
||||||
|
# Quick-select buttons for loan lengths
|
||||||
|
# Valid keywords are: day, days, week, weeks, month, months, year, years
|
||||||
|
$loan_length_presets = ['2 days', '3 weeks', '10 months', '3 years'];
|
||||||
|
|
||||||
# Email subject prefix
|
# Email subject prefix
|
||||||
# Will be prepended without change, so should probably end with a space
|
# Will be prepended without change, so should probably end with a space
|
||||||
$email_subject_prefix = "System name: ";
|
$email_subject_prefix = "System name: ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user