Remove images from post listing
As images would add a priority to specific blog posts. But we want all blog posts to be the same.
This commit is contained in:
parent
f404b174cc
commit
941e7c5229
2 changed files with 0 additions and 10 deletions
|
@ -28,12 +28,6 @@ tt_content.menu_abstract {
|
||||||
as = topics
|
as = topics
|
||||||
where = sys_category_record_mm.uid_foreign = {field:uid} AND sys_category.parent = 1
|
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,6 @@
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
{page.data.abstract -> f:format.html(parseFuncTSPath: 'lib.parseFunc_abstract')}
|
{page.data.abstract -> f:format.html(parseFuncTSPath: 'lib.parseFunc_abstract')}
|
||||||
|
|
||||||
<f:if condition="{page.media.0}">
|
|
||||||
{f:render(partial: 'Image', arguments: {image: page.media.0})}
|
|
||||||
</f:if>
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in a new issue