Replies: 1 comment
-
I have implemented those changes and I use it. If anyone from team approves I can create a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Background
When running
email dev
, the UI renders the emails with thePreviewProps
. When exporting though all those values are unavailable.Proposal
We should make a way to export templates to align compatibility with service providers.
Example.
Now when running
email export
, these props will be used to export temaplates ready to be uploaded to a service provider. e.g SendgridBeta Was this translation helpful? Give feedback.
All reactions