fabarea / rss_display

TYPO3 CMS extension for fetching a RSS / Atom Feed and display its content on the Frontend
Other
12 stars 25 forks source link

[FEATURE] Add EnclosureViewHelper #52

Closed buepro closed 3 years ago

buepro commented 3 years ago

Used to obtain image information from a feed item. Usage in template: <img src="{feed:item.enclosure(attribute:'url')}" />

Related: #23