Actions
Bug #91044
closedCType section_menu must ignore includeNotInMenu if showing section menu of a current page
Start date:
2020-04-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem/Description¶
The CType section_menu- without selecting pages (
tt_content.pages
) - must render the section menu for the current page even the page property setting
pages.nav_hide
is true.
ToDo(s)¶
- Enable
stdWrap
functionality on HMENU's direct optionincludeNotMenu
- Adopt the default TypoScript implementation for
fluid_styled_content
's CTypesection_menu
- If it get's merged: add the necessary changes to the TypoScript documentation
Acceptance Criteria¶
- CType section_menu renders the table of content (content elements of current page if each of them set
tt_content.sectionIndex
to true)- if no pages was selected in the content element
- and no matter if the current page has set
pages.nav_hide
to true
Actions