An open API service indexing awesome lists of open source software.

https://github.com/psmb/psmb.mediaquery

Eel helpers for fetching Media assets
https://github.com/psmb/psmb.mediaquery

neoscms

Last synced: 4 months ago
JSON representation

Eel helpers for fetching Media assets

Awesome Lists containing this project

README

        

# 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!**