dev-master
9999999-devA Neos Fusion custom meta handler to extract dynamic stylesheet during page rendering
MIT
The Requires
A Neos Fusion custom meta handler to extract dynamic stylesheet during page rendering
This package contains Fusion objects to extract dynamic stylesheet during page rendering., (*1)
Warning: The current Fusion implementation does not support this feature, so this package require this Pull Request, (*2)
It's common to have complex components that are used only on a few pages. With this plugin you can nicely define in your Fusion object when you need a specific stylesheets for the the current Fusion object., (*3)
prototype(WebStarter:Object.PersonList) < prototype(Fusion:Template) { templatePath = 'resource://Ttree.SwissConfederation.WebStarter/Private/Templates/PersonList.html' @css = 'resource://Ttree.SwissConfederation.WebStarter/Private/Stylesheets/PersonList.css' }
prototype(Neos.Neos:Page).@process.styles = Ttree.Fusion.DynamicStyles:InlineStyles
prototype(Neos.Neos:Page).@process.styles = Ttree.Fusion.DynamicStyles:ExternalStyles
Development sponsored by ttree ltd - neos solution provider., (*4)
We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us., (*5)
The MIT License (MIT). Please see LICENSE for more information., (*6)
A Neos Fusion custom meta handler to extract dynamic stylesheet during page rendering
MIT