punktde/outofbandrendering
composer require punktde/outofbandrendering
Render a node using a given prototype path
2.0.1
Render a node using a given prototype path
Punktde.OutOfBandRendering
Supplies an EelHelper to do out of band rendering of fusion objects.
This can be useful for example to render complex input for indexing into an Elasticsearch index.
Installation
$ composer require punktde/outofbandrendering
Configuration
You'll need to set the base URI.
Neos:
Flow:
http:
baseUri: https://example.com/
Example
Settings.yaml
Neos:
ContentRepository:
Search:
defaultContext:
FusionRendering: PunktDe\OutOfBandRendering\Eel\FusionRenderingHelper
Render the quick-link during index time using the given prototypePath:
__myProperty:
search:
elasticSearchMapping:
type: keyword
indexing: '${FusionRendering.render(node, "pathToProtoType")}'
The same vendor provides 28 package(s).