diff --git a/Configuration/TypoScript/Setup/ContentElements/MenuAbstract.typoscript b/Configuration/TypoScript/Setup/ContentElements/MenuAbstract.typoscript index 2542b28..4e62371 100644 --- a/Configuration/TypoScript/Setup/ContentElements/MenuAbstract.typoscript +++ b/Configuration/TypoScript/Setup/ContentElements/MenuAbstract.typoscript @@ -28,12 +28,6 @@ tt_content.menu_abstract { as = topics where = sys_category_record_mm.uid_foreign = {field:uid} AND sys_category.parent = 1 } - - 100 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor - 100 { - as = media - references.fieldName = media - } } } diff --git a/Resources/Private/Partials/Menu/Page.html b/Resources/Private/Partials/Menu/Page.html index 3f6a4a9..693d41c 100644 --- a/Resources/Private/Partials/Menu/Page.html +++ b/Resources/Private/Partials/Menu/Page.html @@ -10,10 +10,6 @@
{page.data.abstract -> f:format.html(parseFuncTSPath: 'lib.parseFunc_abstract')} - - - {f:render(partial: 'Image', arguments: {image: page.media.0})} -