The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/plugin-text > TextConfig
TextConfig interface
Signature:export interface TextConfig
Properties
| Property | Type | Description |
|---|---|---|
| blockquote? | string | (Optional) |
| i18n? | DeepPartial<TextPluginConfig['i18n']> | (Optional) |
| placeholder? | TextPluginConfig['placeholder'] | (Optional) |
| plugins? | { suggestions?: boolean; math?: boolean; code?: boolean; headings?: boolean; lists?: boolean; colors?: boolean; } | (Optional) |
| registry | TextPluginConfig['registry'] | |
| theme? | DeepPartial<TextPluginConfig['theme']> | (Optional) |