Skip to content

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 root object and the error pages in the errors array of the pages.json file.

  • Use a page API with the getPages, getFlatPages, and getNestedPages methods. You can also get data on your multipage sites with the API.

  • Switch between the hash and HTML5 history modes in the mode property of the settings.json file.

  • Use the new goTo method 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:

General development