2017 © Pedro Peláez
 

contao-bundle contao-bootstrap-hover-dropdown-bundle

Contao 4 bootstrap hover dropdown bundle

image

heimrichhannot/contao-bootstrap-hover-dropdown-bundle

Contao 4 bootstrap hover dropdown bundle

  • Tuesday, May 8, 2018
  • by digitales@heimrich-hannot.de
  • Repository
  • 5 Watchers
  • 0 Stars
  • 97 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 67 % Grown

The README.md

Contao Bootstrap Hover Dropdown Bundle

, (*1)

This bundle offers hover functionality for the contao navigation using a bootstrap dropdown menu., (*2)

Installation

Prerequisites: * Bootstrap ^4.0 * Contao ^4.4, (*3)

Install via composer: composer require heimrichhannot/contao-bootstrap-hover-dropdown-bundle and update your database., (*4)

Installation with frontend assets using webpack

This bundle is prepared to be used with webpack. Please see the introductions. If you want to configure your Modernizr setup using Webpack, also check out the Modernizr section there., (*5)

Modernizr config

If you configure your Modernizr setup with webpack, you can disable $GLOBALS['TL_JAVASCRIPT']['modernizr']. Following configuration is needed:, (*6)

{
    "options": [
        "mq"
    ],
    "feature-detects": [
        "test/touchevents"
    ]
}

Usage

Select the nav_hover_dropdown.html5 (legacy: nav_navbar_collapse_hover.html5) template inside your navigation module or copy the template and adjust for your needs., (*7)

The Versions