2017 © Pedro PelĂĄez
 

typo3-cms-extension bwrk-cache-fluidmenu

Renders TYPO3 Menu with fluid

image

bergwerk/bwrk-cache-fluidmenu

Renders TYPO3 Menu with fluid

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 2 Versions
  • 20 % Grown

The README.md

# TYPO3 Fluid Menu

Extension-Key: bwrk_fluidmenu, (*1)

Installation

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)

The Versions

07/02 2017

3.0.0

3.0.0.0

Renders TYPO3 Menu with fluid

  Sources   Download

GPL-2.0+

The Requires

 

menu typo3 cms fluid

13/04 2016

2.2.2

2.2.2.0 https://www.bergwerk.ag/

Renders TYPO3 with fluid

  Sources   Download

GPL-2.0+

menu typo3 cms fluid