Skip to content

Commit 64c7e7c

Browse files
authored
[TASK] Add currentContentObject to requestGetAttributeMapping
The current content object is now available as request attribute - see https://forge.typo3.org/issues/100623 This change updates `typo3.requestGetAttributeMapping`, so `currentContentObject` can be resolved
1 parent 52bdb11 commit 64c7e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ parameters:
115115
site: TYPO3\CMS\Core\Site\Entity\Site
116116
applicationType: TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_*
117117
routing: TYPO3\CMS\Core\Routing\SiteRouteResult|TYPO3\CMS\Core\Routing\PageArguments
118+
currentContentObject: TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
118119
siteGetAttributeMapping:
119120
base: string
120121
baseVariants: list

0 commit comments

Comments
 (0)