Appearance
eWizard.js v5.26.3 and eWizard CLI v0.37.5
April 2023
New in eWizard.js
Add subject and teaser lines to your content
You can add localizable subject and teaser lines to your emails. Subject and teaser are short sentences that provide more context about the email. The lines are also displayed in the target system after the email publication.
The info about the subject lines is stored in the subject-lines.json file.
For more information, see Subject lines.
Customize multipage sites
With the new changes applied to the multipage sites, you can:
Configure the error and home pages in a multipage site. For this, define the home page in the
rootobject and the error pages in theerrorsarray of thepages.jsonfile.Use a page API with the
getPages,getFlatPages, andgetNestedPagesmethods. You can also get data on your multipage sites with the API.Switch between the hash and HTML5 history modes in the
modeproperty of thesettings.jsonfile.Use the new
goTomethod of the site navigation API to add navigation links to your site pages.
For more information, see Multipage sites, Pages API usage, and goTo.
Documentation updates
Coded component development
You can develop your own coded components and link Veeva Vault assets to them. For more information, see the following articles: