contao-thememanager / ctm-push-navigation
Push navigation integration for Contao Theme-Manager
Fund package maintenance!
oveleon
Installs: 282
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Language:SCSS
Type:symfony-bundle
Requires
- php: ^8.1
- contao-thememanager/core: ^2.0.8
- contao/core-bundle: ^4.13 || ^5.2
Requires (Dev)
- contao/manager-plugin: ^2.3.1
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
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
- _pushnavigation.css
- ...
- _theme.css (theme manager core)
- ...