Appearance
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.
Learn more about components
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:
| Property | Type | Default value | Description |
|---|---|---|---|
text | string | Double-click to add text | The editable text displayed on the content item layout in eWizard Editor or a keypath to localized text ("\$t('text')"). |