contao-thememanager/ctm-push-navigation

There is no license information available for the latest version (1.1.1) of this package.

Push navigation integration for Contao Theme-Manager

Fund package maintenance!
oveleon

Installs: 169

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Language:JavaScript

Type:symfony-bundle

1.1.1 2024-04-05 13:17 UTC

This package is auto-updated.

Last update: 2024-04-05 13:17:42 UTC


README

Description

Extends the theme manager configuration with new fields for a push navigation integration.

After compiling your theme, make sure to add:

  • _pushnavigation.css to your Layout stylesheet settings
  • js_ctm_pushnavigation to your javascript template

Make sure to follow following order of css files in your layout due to performance

  1. _pushnavigation.css
  2. ...
  3. _theme.css (theme manager core)
  4. ...

Settings

Push Navigation
Option Description
$pn-background Background color of the push navigation
$pn-border-bottom-color Bottom border of the push navigation items
$pn-breadcrumb-color Color for the breadcrumb icons of the push navigation
$pn-breadcrumb-color-hover Color for the breadcrumb icons of the push navigation when hovered
$pn-item-font-size Font size of the push navigation items
$pn-item-font-weight Font weight of the push navigation items
$pn-item-color Text color of the push navigation items
$pn-item-color-active Text color of active or trailing push navigation items