Use route-owned formatter style choices

This commit is contained in:
2026-06-27 14:04:00 +02:00
parent 4fdef3875b
commit c34886b362
4 changed files with 31 additions and 5 deletions
+4
View File
@@ -81,6 +81,10 @@ def normalize_style_policy(value: str) -> str:
return value if value in STYLE_POLICIES else "drop_style_tail"
def style_policy_choices() -> list[str]:
return list(STYLE_POLICIES)
def caption_profile_choices() -> list[str]:
return list(CAPTION_PROFILES)