docs: update email layout docs with branding-aware buttons, dark mode, and plan availability#1499
Draft
samseely wants to merge 2 commits into
Draft
docs: update email layout docs with branding-aware buttons, dark mode, and plan availability#1499samseely wants to merge 2 commits into
samseely wants to merge 2 commits into
Conversation
…, and plan availability - Email layouts page: - Expand branding variables table with dark_primary_color and dark_primary_color_contrast - Add branding-aware buttons section documenting legacy .button and visual editor .block-button behavior - Explain why dark mode requires !important overrides for button styles - Include CSS code snippet for branding-aware button styles - MJML support page: - Add dark mode support section with MJML-specific code snippet - Add branding-aware buttons section with MJML styling code - Client previews page: - Update plan availability from Enterprise-only to all paid plans (Starter+) - Remove Enterprise callout and add Availability section - Document disabled button behavior on free plan Resolves: KNO-13880 Co-authored-by: Sam Seely <samseely@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Sam Seely <samseely@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the email layout documentation to reflect recent product changes:
Email layouts page (
/integrations/email/layouts)dark_primary_color,dark_primary_color_contrast).buttonclass wiring to branding colors.block-buttonsolid/outline behavior in light and dark mode!importantoverrides (the visual editor renders button colors as static inline styles that don't change between light/dark)MJML support page (
/integrations/email/mjml)Client previews page (
/integrations/email/client-previews)Screenshots
Email layouts - Branding variables table:
Branding variables table showing all 8 variables
Email layouts - Branding-aware buttons section:
Branding-aware buttons documentation section
MJML - Dark mode and branding-aware buttons:
MJML dark mode and branding-aware buttons sections
Client previews - Updated availability:
Client previews page showing availability on all paid plans
To show artifacts inline, enable in settings.
Linear Issue: KNO-13880