Situation
sysext:filemetadata
is activated; images (fal references) are deposited within page resources (pages.media).
2 options are currently known to me in conjunction to TYPO3 pages:
- Using a custom FAL viewhelper
- Using TypoScript (which is often illegible and not easy to maintain)
Question
What's actually (TYPO3 7.x and 8.x) a common/core-only solution to render such images within fluid with additional properties (metadata) like creator, copyright and so on?
I would go for next approach:
typoscript
fluid
...
To find all possible
sys_file_reference
andsys_file_metadata
properties just add<f:debug>{file.properties}</f:debug>
inside the<f:for ...</f:for>
.