Terms of Service Content Provider
Component Detail
Infrastructure
low complexity
Shared Component
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
MDX or lightweight CMS adapter that supplies versioned legal content to the Terms of Service page without requiring code deploys for text updates. Stores the current and historical versions of the document so the legal team can publish changes independently. Shared with the Privacy Policy and DPA pages which follow the same content management pattern.
tos-content-provider
Responsibilities
- Load current Terms of Service content from MDX file or CMS source
- Expose version identifier and last-updated metadata
- Support content updates without code deployments
Interfaces
getContent()
getVersion()
getLastUpdatedAt()
getSections()