Feature #29542

Allow for arbitrary menu starting points set in TS

Added by Sebastian Kurfuerst almost 4 years ago. Updated about 2 years ago.

Status:Resolved Start date:2011-09-07
Priority:Won't have this time Due date:
Assigned To:- % Done:

100%

Category:TypoScript
Target version:-

Description

If you set the "baseNode" property of a Menu to a node path the
resulting menu will start from there.
It doesn't support entryLevel or lastLevel for now (both will be
ignored).

Attached is a work-in-progress. This was in https://review.typo3.org/#change,1789 before

0001-FEATURE-Allow-for-arbitrary-menu-starting-points-set.patch Magnifier (3.2 kB) Sebastian Kurfuerst, 2011-09-07 16:12

Associated revisions

Revision b3621bd6
Added by Christian Müller about 2 years ago

[FEATURE] Allow arbitrary starting point for menu

This provides an additional property to the Menu
implementation, ``startingPoint``. Setting this
property allows to define which node the menu
should base on.

A simple TypoScript example could be::

parts.footerMenu = TYPO3.Neos:Menu
parts.footerMenu.templatePath = 'resource://…/FooterMenu.html'
parts.footerMenu.startingPoint = ${node}

Change-Id: I5ac315b4c8debbfbb7bb91b7030f7497eef45028
Resolves: #29542

History

#1 Updated by Sebastian Kurfuerst over 3 years ago

  • Priority changed from Could have to Won't have this time

not really relevant right now.

#2 Updated by Gerrit Code Review about 2 years ago

Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18048

#3 Updated by Christian Müller about 2 years ago

  • Status changed from New to Under Review

#4 Updated by Christian Müller about 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF