Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IShowInputSettings

The settings enabling the user input for drop-down lists in the toolbar of the Rich text editor.

Remarks

You can use these settings in IRichTextDialogConfig. The user input is turned on by default.

Example

configuration = {
widgets: {
RichTextDialog: {
showInput: {
size: false,
},
},
},
};

Properties

size?

optional size?: boolean

Enables the user input for the Font size. The default value is true.

Was this page helpful?