sharing/bday: fix default config format
This commit is contained in:
@@ -2311,7 +2311,7 @@ _(>= 3.7.5)_
|
|||||||
|
|
||||||
Global template for summary of conversion "bday"
|
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)
|
Supported placeholders (data used from VCARD)
|
||||||
* `{year}`: year of birthday (RFC6350#6.2.5)
|
* `{year}`: year of birthday (RFC6350#6.2.5)
|
||||||
@@ -2334,7 +2334,7 @@ _(>= 3.7.5)_
|
|||||||
|
|
||||||
Global template for description of conversion "bday"
|
Global template for description of conversion "bday"
|
||||||
|
|
||||||
Default: `"BDAY={year}-{month}-{day}"`
|
Default: `BDAY={year}-{month}-{day}`
|
||||||
|
|
||||||
Supported placeholders see `conversion_bday_summary_template`
|
Supported placeholders see `conversion_bday_summary_template`
|
||||||
|
|
||||||
|
|||||||
6
config
6
config
@@ -357,17 +357,17 @@
|
|||||||
#default_permissions_create_map = r
|
#default_permissions_create_map = r
|
||||||
|
|
||||||
# Global template for summary of conversion "bday"
|
# 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"
|
# 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"
|
# Global template of alarm trigger of conversion "bday"
|
||||||
# Example: "-15H;BDAY tomorrow|9H;BDAY today"
|
# Example: "-15H;BDAY tomorrow|9H;BDAY today"
|
||||||
#conversion_bday_alarm_trigger_template = ""
|
#conversion_bday_alarm_trigger_template = ""
|
||||||
|
|
||||||
# Global categories of conversion "bday"
|
# Global categories of conversion "bday"
|
||||||
#conversion_bday_categories = "Birthday"
|
#conversion_bday_categories = Birthday
|
||||||
|
|
||||||
# Global max limit of "bday" age
|
# Global max limit of "bday" age
|
||||||
# Only active in case of {age} is used as placeholder
|
# Only active in case of {age} is used as placeholder
|
||||||
|
|||||||
Reference in New Issue
Block a user