sharing/bday/age_max: input validation

This commit is contained in:
Peter Bieringer
2026-05-30 16:22:02 +02:00
parent 71643860a4
commit ebb359c5cc
3 changed files with 76 additions and 10 deletions

View File

@@ -609,7 +609,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
("conversion_bday_age_max", {
"value": "99",
"help": "conversion bday age max",
"type": positive_int}),
"type": sharing.check_bday_max_age}),
])),
("hook", OrderedDict([
("type", {