ttree / slideout
Simple Slideout navigation for your Neos project
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:CSS
Type:neos-package
Requires
- neos/neos: ^3.2
- ttree/script: ^3.0
- ttree/stylesheet: ^3.0
This package is auto-updated.
Last update: 2024-10-26 05:11:21 UTC
README
How to use
You can process your body content with Ttree.Slideout:SlideoutDecorator
:
prototype(Neos.Neos:page) {
head {
stylesheets {
slideout = Ttree.Slideout:SlideoutStyle
}
}
body {
@process.slideout {
expression = Ttree.Slideout:SlideoutDecorator {
menu = Your.Package:SlideoutNavigation
}
@positon = 'end 999999'
}
}
}
Check the code of the Fusion prototype Ttree.Slideout:SlideoutDecorator
it's pretty modular to make your
own implementaton (CSS, JS, ...).
Acknowledgments
Development sponsored by ttree ltd - neos solution provider.
We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.
License
The MIT License (MIT). Please see LICENSE for more information.