FormatPainterSettings
12 Sep 20251 minute to read
Configures the format painter settings of the RichTextEditor.
Properties
allowedFormats string
Defines the tag name selectors to obtain formats from elements.
Defaults to ‘b; em; font; sub; sup; kbd; i; s; u; code; strong; span; p; div; h1; h2; h3; h4; h5; h6; blockquote; ol; ul; li; pre;’
deniedFormats string
Defines selectors for elements from which fetching formats is expressly prohibited.
Defaults to null