From d94428462d81547e891d6780d34b4aef615d7a0c Mon Sep 17 00:00:00 2001 From: ThijsSeppen <61540706+ThijsSeppen@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:56:25 +0200 Subject: [PATCH] Update _index.md double inline, actual name inferred from description --- .../platform-supported-content/widgets/richtext/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/platform-supported-content/widgets/richtext/_index.md b/content/en/docs/marketplace/platform-supported-content/widgets/richtext/_index.md index 5c3f68611ac..5b8d52862b6 100644 --- a/content/en/docs/marketplace/platform-supported-content/widgets/richtext/_index.md +++ b/content/en/docs/marketplace/platform-supported-content/widgets/richtext/_index.md @@ -141,7 +141,7 @@ To configure this widget, follow these steps: * **Character count (includeing HTML)** – displays the number of characters saved into the attribute value. This includes the HTML tag inserted for the formatting of rich text. * **Style data format** - available from rich text version 5 and above. This allows user to use classnames for the styling of rich text's content. * **Inline** - uses inline styles on styling the HTML content. This is the current and default option. Inline styling is more reliable in styling the content. But using inline styles meant that the data cannot be parsed in [strict-CSP environment](/howto/security/csp/). - * **Inline** - uses class name to style the HTML content. Use this setting if rich text is deployed in a strict CSP environment. + * **Class** - uses class name to style the HTML content. Use this setting if rich text is deployed in a strict CSP environment. ### Common Tab