psmb / mediaquery
Eel helpers to fetch media assets
v2.0
2017-02-01 12:52 UTC
Requires
- neos/flow: ~4.0
This package is auto-updated.
Last update: 2026-02-11 18:29:32 UTC
README
Just one helper for now that would help you to display a gallery of all images tagged with faces:
faces = Neos.Fusion:Collection {
collection = ${MediaQuery.imagesByTag('faces')}
itemName = 'asset'
itemRenderer = TYPO3.Neos:ImageTag {
asset = ${asset}
}
}
If you like the idea of this package, contributions are welcome!