TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,30 @@
.. include:: /Includes.rst.txt
.. _feature-46624-1668719172:
===============================================
Feature: #46624 - Additional HMENU browse menus
===============================================
See :issue:`46624`
Description
===========
The TypoScript Content Object HMENU with a `special=browse` option does not exclude "not in menu" pages nor
pages that have a "no search" checkbox set. The two new options allow for more fine-grained selection of the items
within the menu.
The existing option "includeNotInMenu" was not available yet for the `HMENU` with `special=browse` enabled.
.. code-block:: typoscript
lib.browsemenu = HMENU
lib.browsemenu.special = browse
lib.browsemenu.special.excludeNoSearchPages = 1
lib.browsemenu.includeNotInMenu = 1
...
.. index:: TypoScript, Frontend