psmb/mediaquery

Last activity 01 Feb 2017 2 397
composer require psmb/mediaquery

Eel helpers to fetch media assets

v2.0

Version
v2.0
Type
neos-package
Release Date
Feb 01, 2017 12:52
Source
git
Distribution
zip
Requires
LGPL-3.0+ 42082fffcb2bc9a15f6f9c49632ba6d9e6815b7e

Eel helpers for fetching Media

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!

The content of the readme is provided by Github
The same vendor provides 13 package(s).