Skip to content

wiz-title

wiz-title is a reusable component designed to render a title section. It provides functionalities for inline editing in eWizard Editor and automatic HTML structure enforcement for proper wrapping.

Usage

Markup:

vue
<wiz-title :text="$t('text')"></wiz-title>

Localization:

vue
    <i18n>
        {
            "en": {
                "text": "My awesome title"
            }
        }
    </i18n>

Properties


The following properties are available:
PropertyTypeDefault valueDescription
textstringDouble-click to add textThe editable text displayed on the content item layout in eWizard Editor or a keypath to localized text ("\$t('text')").