feat(announcements): add locale audience targeting and published-home news

This commit is contained in:
2026-02-12 23:05:39 +01:00
parent 741883465c
commit 60c9035743
10 changed files with 93 additions and 12 deletions

View File

@@ -405,6 +405,7 @@ model Announcement {
title String
message String
placement String
targetLocales String[] @default([])
priority Int @default(100)
ctaLabel String?
ctaHref String?