2017 © Pedro Peláez
 

neos-package slideout

Simple Slideout navigation for your Neos project

image

ttree/slideout

Simple Slideout navigation for your Neos project

  • Friday, January 5, 2018
  • by ttree
  • Repository
  • 2 Watchers
  • 0 Stars
  • 30 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Simple Slideout navigation for your Neos project

How to use

You can process your body content with Ttree.Slideout:SlideoutDecorator:, (*1)

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, ...)., (*2)

Acknowledgments

Development sponsored by ttree ltd - neos solution provider., (*3)

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us., (*4)

License

The MIT License (MIT). Please see LICENSE for more information., (*5)

The Versions

05/01 2018

0.1.1

0.1.1.0

Simple Slideout navigation for your Neos project

  Sources   Download

MIT

The Requires

 

05/01 2018

dev-master

9999999-dev

Simple Slideout navigation for your Neos project

  Sources   Download

MIT

The Requires

 

05/01 2018

0.1.0

0.1.0.0

Simple Slideout navigation for your Neos project

  Sources   Download

MIT

The Requires