From 945d579f5769dabb39c3eabc9e8452a6e4672167 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 10 Dec 2025 09:51:12 +0000 Subject: [PATCH] config: un-advanced date format, fix dependencies changed dependency on "method" (from when it was in the email section) to "enabled". For #453. --- config/config-base.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config-base.yaml b/config/config-base.yaml index 031ecaf..e523da6 100644 --- a/config/config-base.yaml +++ b/config/config-base.yaml @@ -739,19 +739,19 @@ sections: etc. - setting: use_24h name: Use 24h time - depends_true: method + depends_true: enabled type: bool value: true - setting: date_format name: Date format - advanced: true - depends_true: method + advanced: false + depends_true: enabled type: text value: '%d/%m/%y' description: Date format used in emails. Follows datetime.strftime format. - setting: message name: Help message - depends_true: method + depends_true: enabled type: text value: Need help? contact me. description: Message displayed at bottom of emails.