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
- Host: GitHub
- URL: https://github.com/psmb/psmb.mediaquery
- Owner: psmb
- License: gpl-3.0
- Created: 2016-08-12T11:23:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T13:14:51.000Z (over 8 years ago)
- Last Synced: 2025-01-03T22:48:10.260Z (5 months ago)
- Topics: neoscms
- Language: PHP
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!**