DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.


*** 1. TypoScript Definition


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 =
}

}


*** 2. Fluid Call


<f:cObject typoscriptObjectPath="lib.menu_main" />