{ id: "heading", type: "heading", text: "Bonjour {{firstName}} !", level: 1 }Placeholders like {{firstName}} are substituted when the email is rendered,
not in the editor, so the author sees the token rather than a sample value.
The email's title, or a section heading inside it.
{ id: "heading", type: "heading", text: "Bonjour {{firstName}} !", level: 1 }Placeholders like {{firstName}} are substituted when the email is rendered,
not in the editor, so the author sees the token rather than a sample value.