Appearance
wiz-template-fragment
wiz-template-fragment refers to the email component that allows you to insert an emailTemplateFragment token in your emails targeted for Veeva Vault PromoMats.
Veeva Vault PromoMats requires specific HTML markup for added email fragments. Directly inserting an emailTemplateFragment token doesn't meet these requirements and may result in rendering issues. To ensure proper formatting, use the wiz-template-fragment component available for eWizard emails. This component automatically applies the necessary markup, ensuring correct rendering in Veeva Vault PromoMats.
Read more about the Template fragment component in the eWizard Editor guide.
Scope of support
- You can use only one
wiz-template-fragmentcomponent in the same email. - You can use both
wiz-template-fragmentandwiz-fragmentcomponents in the same email.
Learn more about components
Usage
To use the wiz-template-fragment component, add it to your email template's App.vue file:
html
<!--./App.vue -->
<template>
<wiz-root align="center" style="background: #ffffff; width: 700px;">
<wiz-template-fragment></wiz-template-fragment>
</wiz-root>
</template>Component handling
We recommend adding and editing components using eWizard Editor.