From 301c4d602a09015b0903ca43955e9a6af0091633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:00:41 +0100 Subject: [PATCH] [TASK] cObject retrieves raw record automatically (#1432) Resolves: https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage/pull/239 Releases: main, 13.4 Co-authored-by: lina.wolf --- .../DataProcessing/PageContentFetchingProcessor.rst | 5 ----- .../_PageContentFetchingProcessor/_Default.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Documentation/DataProcessing/PageContentFetchingProcessor.rst b/Documentation/DataProcessing/PageContentFetchingProcessor.rst index 423e03ea3..140c5f2b9 100644 --- a/Documentation/DataProcessing/PageContentFetchingProcessor.rst +++ b/Documentation/DataProcessing/PageContentFetchingProcessor.rst @@ -69,11 +69,6 @@ or render it your self. `{contentElement.fullType}` Is composed of "tt_content.[CType]". For a content element of type text it contains "tt_content.text". -`{contentElement.rawRecord}` - Contains an array with the raw row from the database. As the - :typoscript:`tt_content` TypoScript object expects the raw data as input - you should use `{contentElement.rawRecord}` in combination with the - CObject ViewHelper. The :ref:`backend layout ` is defined like this: diff --git a/Documentation/DataProcessing/_PageContentFetchingProcessor/_Default.html b/Documentation/DataProcessing/_PageContentFetchingProcessor/_Default.html index db4feb219..44cac1c7c 100644 --- a/Documentation/DataProcessing/_PageContentFetchingProcessor/_Default.html +++ b/Documentation/DataProcessing/_PageContentFetchingProcessor/_Default.html @@ -9,7 +9,7 @@

{contentElement.header}