mitydigital / statamic-feedamic

An Atom and RSS feed for Statamic 3, 4 and 5
https://docs.mity.com.au/feedamic
8 stars 9 forks source link

Include original entry object in `FeedEntry` #22

Closed jacksleight closed 7 months ago

jacksleight commented 7 months ago

If you're implementing custom feed views you might want to add additional data that's not included in the FeedEntry.

This PR adds the original entry object so you can use other entry values in your custom views.

martyf commented 7 months ago

Thanks for this Jack - merged and tagged.