Actions
Bug #100262
closedMenu content element "menu_section_pages" does not respect "sectionIndex" setting in content elements
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2023-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
TYPO3 ships two special menu content elements:
1. "Section index" (menu_section
)
2. "Section index of subpages from selected pages" (menu_section_pages
)
The menus not only list pages, but also the content elements on each page (including anchor links).
To configure if a content element should be listed in these menus, all content elements have the toggle "Show in Section Menus" ( sectionIndex
). It is enabled by default.
Issue¶
While the DatabaseQueryProcessor of menu_section
considers the setting, it is missing for menu_section_pages
.
Actions