From ad7aaaba091ae9bd14aa84cd349f8c88a02b925a Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 13 Apr 2026 12:14:31 +1000 Subject: [PATCH] DOC-3389: Strengthen add-css-options page for custom content CSS Update description and add keywords for content_css and content_style. Add intro paragraph explaining the two options to address Context7 benchmark Q8 (0/100). --- modules/ROOT/pages/add-css-options.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/add-css-options.adoc b/modules/ROOT/pages/add-css-options.adoc index 92d4e3fbba..54579c5ec6 100644 --- a/modules/ROOT/pages/add-css-options.adoc +++ b/modules/ROOT/pages/add-css-options.adoc @@ -1,6 +1,9 @@ = Adding or changing the editor content CSS :navtitle: Add CSS -:description: Options for changing the editor content CSS. +:description: Apply custom CSS to the editor content area using content_css and content_style. Control typography, colors, margins, and layout in the editable region. +:keywords: content_css, content_style, custom CSS, content area, stylesheet, editor styling + +Use `+content_css+` to load external stylesheets into the editable area, or `+content_style+` to inject inline CSS. Both options apply only to the editor content (the iframe body in classic mode), not the surrounding UI. == Add CSS and styles to the editor