Skip to content

Commit eb4c397

Browse files
authored
DOC-3394: Add content filtering intro to content-filtering page (#4058)
Update description and keywords to mention valid_elements, invalid_elements, extended_valid_elements. Add intro paragraph summarizing key filtering options to address Context7 benchmark Q10 (22/100).
1 parent 7231e68 commit eb4c397

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

modules/ROOT/pages/content-filtering.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
= Content filtering options
22
:navtitle: Content filtering
3-
:description_short: Learn how to create clean, maintainable and readable content.
4-
:description: These settings change the way the editor handles the input and output of content. This will help you to create clean, maintainable and readable content.
3+
:description_short: Control which HTML elements and attributes are allowed or removed using valid_elements, invalid_elements, and extended_valid_elements.
4+
:description: Configure content filtering and sanitization using valid_elements, invalid_elements, extended_valid_elements, and paste hooks. Control which HTML elements and attributes {productname} allows or removes when content is inserted or pasted.
5+
:keywords: valid_elements, invalid_elements, extended_valid_elements, allow_html_in_named_anchor, content filtering, sanitization, HTML elements, paste_preprocess, paste_postprocess
6+
7+
Use `+valid_elements+` to define which elements and attributes are allowed, `+invalid_elements+` to block specific elements, and `+extended_valid_elements+` to add or modify rules. For paste-time filtering, use the `+PastePreProcess+` and `+PastePostProcess+` events or the xref:introduction-to-powerpaste.adoc[PowerPaste] plugin options.
58

69
include::partial$configuration/allow_conditional_comments.adoc[]
710

0 commit comments

Comments
 (0)