Rich Text Editor
The Rich Text Editor component allows to have to user enter text with a layout, on top of files or videos.
The following section details Rich Text Editor component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:
App Editor Documentation
The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.
Apps Quickstart
Learn how to build your first app in a matter of minutes.
Rich Text Editor configuration
Name | Type | Connectable | Templatable | Default | Description |
---|---|---|---|---|---|
Placeholder | string | false | false | Type... | The text input placeholder. |
Default value | string | true | false | The default value of the text input. |
Outputs
Name | Type | Description |
---|---|---|
Result | string | The Rich Text Editor input value, in HTML-like syntax within the Quill delta format. |