webandco/neos-page

web&co neos page package with alternive fuions only base rendering

Maintainers

Package info

github.com/webandco/neos-page

Homepage

Language:HTML

Type:neos-package

pkg:composer/webandco/neos-page

Statistics

Installs: 1 942

Dependents: 1

Suggesters: 0

Stars: 3

Open Issues: 0

1.2.0 2020-09-17 11:53 UTC

This package is auto-updated.

Last update: 2026-02-28 23:02:22 UTC


README

The alternative page rendering provides a more flexible way for basic document node rendering.

Structure

body = Neos.Fusion:Array {
    @position = 'after bodyTag'
    content = Neos.Fusion:Array {
        main = Neos.Neos:PrimaryContent {
            nodePath = 'main'
        }
    }
}

Body and Content are Neos.Fusion.Array prototypes wrapping the actual main Neos.Neos:PrimaryContent content. This gives you more flexibility for registering some none primaory content related prototypes like modal windows or navigational elements (eg. scrollToTop).

Additinally it's just fusion based and works without fluid template.

Acknowledgments

Development sponsored by web&co.

License

Licensed under MIT, see LICENSE