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

0.1.1 2018-01-05 13:47 UTC

This package is auto-updated.

Last update: 2024-04-26 04:07:14 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.