psmb / mediaquery
Eel helpers to fetch media assets
Installs: 406
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- neos/flow: ~4.0
This package is auto-updated.
Last update: 2024-10-11 15:47:28 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!