3.0.0
3.0.0.0Renders TYPO3 Menu with fluid
GPL-2.0+
The Requires
- typo3/cms-core >7.6
- typo3-ter/bwrk_utility >3.0
menu typo3 cms fluid
Renders TYPO3 Menu with fluid
Extension-Key: bwrk_fluidmenu, (*1)
Add this TS Snippet to your Project. menu_main
is a placeholder, you can rename it., (*2)
lib.menu_main = USER_INT lib.menu_main { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = BwrkFluidmenu pluginName = Pi1 settings { // Posible Types: Default, Submenu, Mobile menuType = Default // Depends on Rootpage e.g. entryLevel = // Comma seperated list of page uids pagesToExclude = // How much menu levels you want to display showLevels = } }
Add this to your Fluid Template, (*3)
<f:cObject typoscriptObjectPath="lib.menu_main" />
, (*4)
Renders TYPO3 Menu with fluid
GPL-2.0+
menu typo3 cms fluid