config: un-advanced date format, fix dependencies
changed dependency on "method" (from when it was in the email section) to "enabled". For #453.
This commit is contained in:
@@ -739,19 +739,19 @@ sections:
|
|||||||
etc.
|
etc.
|
||||||
- setting: use_24h
|
- setting: use_24h
|
||||||
name: Use 24h time
|
name: Use 24h time
|
||||||
depends_true: method
|
depends_true: enabled
|
||||||
type: bool
|
type: bool
|
||||||
value: true
|
value: true
|
||||||
- setting: date_format
|
- setting: date_format
|
||||||
name: Date format
|
name: Date format
|
||||||
advanced: true
|
advanced: false
|
||||||
depends_true: method
|
depends_true: enabled
|
||||||
type: text
|
type: text
|
||||||
value: '%d/%m/%y'
|
value: '%d/%m/%y'
|
||||||
description: Date format used in emails. Follows datetime.strftime format.
|
description: Date format used in emails. Follows datetime.strftime format.
|
||||||
- setting: message
|
- setting: message
|
||||||
name: Help message
|
name: Help message
|
||||||
depends_true: method
|
depends_true: enabled
|
||||||
type: text
|
type: text
|
||||||
value: Need help? contact me.
|
value: Need help? contact me.
|
||||||
description: Message displayed at bottom of emails.
|
description: Message displayed at bottom of emails.
|
||||||
|
|||||||
Reference in New Issue
Block a user