Skip to content

Commit b584e5f

Browse files
authored
Merge pull request #650 from webstackdev/feature/styling-emails-resume
Feature/styling emails resume
2 parents b07ad58 + afeac14 commit b584e5f

86 files changed

Lines changed: 6322 additions & 474 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
"miscategorized",
212212
"misconfiguring",
213213
"Misrouted",
214+
"mjml",
214215
"mlflow",
215216
"moloco",
216217
"Moodle",

@types/mjml-template.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module '*.mjml?raw' {
2+
const content: string
3+
export default content
4+
}

_TODO.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ https://aws.plainenglish.io/how-to-build-a-chatbot-using-aws-lex-and-lambda-in-2
3131

3232
- `0/2000` characters should show number of characters left instead
3333

34-
## Content Issues
34+
## Newsletter / MJML Templates
35+
36+
- We need to make sure the images point to the full production URL, not a relative import
37+
- Need to move the unsubscribe link into an Action and handle it entirely within our website instead of on Hubspot
38+
- Need to add a newsletter publishing workflow as an action, using the newsletter static segment imported from Hubspot

0 commit comments

Comments
 (0)