-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Intro
We're refactoring announcements to allow multiple content types in emails.
Acceptance Criteria
- Replace
Announcements'sbodyfield with aJsonBcolumn titledcontent. Add asubjecttext column. - Add a
templatecolumn toAnnouncements. It should be a boolean that default to false. - Edit
AnnouncementServiceto validate the schema ofcontent(using that instead ofbody); use Zod to ensure it matches Juno's schema. See the schema here.
Resources
Reactions are currently unavailable