Block for displaying text.
If you need formatted text, use view.markdown.
View exampleName | Type | Description |
---|---|---|
type * | "view.text" | Set component type. |
label | string | Label above the component. |
content | string | The text displayed in the block. To insert a new line, use \n . |
hint | string | Hint text. |
rtl | object | In some languages, like Arabic or Hebrew, text is written from right to left. Use this property to set up the correct display mode for the component. View example Learn more about RTL languages. |
rtl.mode | string | Display mode:
|
validation | condition | Validation based on condition. |
Last updated: August 24, 2023