diff --git a/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt b/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt index 0dbf0f5b..df5ef6e1 100644 --- a/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt +++ b/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt @@ -10,8 +10,8 @@ "type": "typo3-cms-extension", "description": "Example site package from the site package tutorial", "require": { - "typo3/cms-core": "^13.3.0|dev-main", - "typo3/cms-fluid-styled-content": "^13.3.0|dev-main" + "typo3/cms-core": "^13.4|dev-main", + "typo3/cms-fluid-styled-content": "^13.4|dev-main" }, "homepage": "https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage-Code", "license": "MIT", diff --git a/Documentation/CodeSnippets/Fluid/PartialContent.rst.txt b/Documentation/CodeSnippets/Fluid/PartialContent.rst.txt index 0f2b0f81..caed32bc 100644 --- a/Documentation/CodeSnippets/Fluid/PartialContent.rst.txt +++ b/Documentation/CodeSnippets/Fluid/PartialContent.rst.txt @@ -7,7 +7,7 @@ diff --git a/Documentation/ContentMapping/Index.rst b/Documentation/ContentMapping/Index.rst index 5df495d3..f6435af7 100644 --- a/Documentation/ContentMapping/Index.rst +++ b/Documentation/ContentMapping/Index.rst @@ -168,10 +168,6 @@ the TypoScript object :typoscript:`tt_content` here. It is defined in the TypoSc of the system extension :composer:`typo3/cms-fluid-styled-content`. We included the site set of that extension in step :ref:`content-mapping-site-set`. -The TypoScript object :typoscript:`tt_content` expects the raw database content -of the row in the table. We therefore pass variable `{record.rawRecord}` to the -table. - `fluid-styled-content` internally uses Fluid templates and TypoScript with data processors just like the ones we were defining above. If you desire to change the output of these content elements diff --git a/Documentation/ContentMapping/_codesnippets/_SectionMainRender.diff b/Documentation/ContentMapping/_codesnippets/_SectionMainRender.diff index c3bbd969..8f91c68e 100644 --- a/Documentation/ContentMapping/_codesnippets/_SectionMainRender.diff +++ b/Documentation/ContentMapping/_codesnippets/_SectionMainRender.diff @@ -7,7 +7,7 @@ -

The content of the start page is displayed here. [...]

+ +