From 3297ffbe93470525f4a63e21224d38bc3b4da9b9 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 31 May 2026 07:32:02 +0200 Subject: [PATCH] sharing/bday: fix default config format --- DOCUMENTATION.md | 4 ++-- config | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index f9a51a04..7f6d958e 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -2311,7 +2311,7 @@ _(>= 3.7.5)_ Global template for summary of conversion "bday" -Default: `"{{n:f} {n:g}|{fn}|{nickname}} ({year}) (BDAY)"` +Default: `{{n:f} {n:g}|{fn}|{nickname}} ({year}) (BDAY)` Supported placeholders (data used from VCARD) * `{year}`: year of birthday (RFC6350#6.2.5) @@ -2334,7 +2334,7 @@ _(>= 3.7.5)_ Global template for description of conversion "bday" -Default: `"BDAY={year}-{month}-{day}"` +Default: `BDAY={year}-{month}-{day}` Supported placeholders see `conversion_bday_summary_template` diff --git a/config b/config index 4e9a5255..77f42526 100644 --- a/config +++ b/config @@ -357,17 +357,17 @@ #default_permissions_create_map = r # Global template for summary of conversion "bday" -#conversion_bday_summary_template = "[{n:f} {n:g} |{fn}|{nickname}] ({year}) (BDAY)" +#conversion_bday_summary_template = [{n:f} {n:g} |{fn}|{nickname}] ({year}) (BDAY) # Global template for description of conversion "bday" -#conversion_bday_description_template = "BDAY={year}-{month}-{day}" +#conversion_bday_description_template = BDAY={year}-{month}-{day} # Global template of alarm trigger of conversion "bday" # Example: "-15H;BDAY tomorrow|9H;BDAY today" #conversion_bday_alarm_trigger_template = "" # Global categories of conversion "bday" -#conversion_bday_categories = "Birthday" +#conversion_bday_categories = Birthday # Global max limit of "bday" age # Only active in case of {age} is used as placeholder