diff --git a/Documentation/DataProcessing/PageContentFetchingProcessor.rst b/Documentation/DataProcessing/PageContentFetchingProcessor.rst index 140c5f2b..d831e331 100644 --- a/Documentation/DataProcessing/PageContentFetchingProcessor.rst +++ b/Documentation/DataProcessing/PageContentFetchingProcessor.rst @@ -74,3 +74,20 @@ The :ref:`backend layout ` is defined like this: .. literalinclude:: _PageContentFetchingProcessor/_BackendLayout.tsconfig :caption: config/sites/my-site/page.tsconfig + +.. _PageContentFetchingProcessor-AfterContentHasBeenFetchedEvent: + +Modify the result via AfterContentHasBeenFetchedEvent +===================================================== + +.. versionadded:: 13.4.2 | 14.0 + The event `AfterContentHasBeenFetchedEvent `_ + has been introduced to adjust the page content fetched by the `page-content` + data processor. + +The event `AfterContentHasBeenFetchedEvent `_ +can be used to modify the content elements fetched by the `page-content` +data processor. + +See the following example: +`Filter content elements provided by the page-content data processor `_.