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

v2.0 2017-02-01 12:52 UTC

This package is auto-updated.

Last update: 2024-04-11 14:42:19 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!