Newsletter Email (Basic)
TemplateGeneric newsletter layout with headline, intro copy, and an optional read-more CTA. Extend with additional sections for more complex newsletters.
core/email-tpl-newsletter-basicInstallation
1 · Add registry to components.json
2 · Install component
Examples
Preview
Rendered with previewProps — subject, plain text, and live HTML.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
headlinereq | string | — | Newsletter headline. |
introreq | string | — | Lead paragraph / intro copy. |
issueNumber | number | — | Optional issue number shown above headline. |
ctaUrl | string | — | Optional read-more URL. |
ctaLabel | string | — | Defaults to 'Read more'. |
unsubscribeUrl | string | — | Unsubscribe link shown in footer. |
siteName | string | — | Defaults to 'Keystone Core'. |
logoUrl | string | — | Optional logo image URL. |