if you show content with the content from pid feature the section menu on the reference page is empty
@@ -16,7 +16,8 @@
20 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
20 {
table = tt_content
- pidInList.field = uid
+ pidInList.field = content_from_pid
+ pidInList.ifEmpty.field = uid
as = content
where = sectionIndex = 1
orderBy = sorting
Bug Report
Prerequisites
Description
if you show content with the content from pid feature the section menu on the reference page is empty
Steps to Reproduce
Expected behavior
the mirror page should display sections
Fix
https://github.com/benjaminkott/bootstrap_package/blob/15.0.4/Configuration/TypoScript/ContentElement/Element/MenuSection.typoscript#L30