bnomei / kirby3-feed

Generate a RSS/JSON-Feed and Sitemap from a Pages-Collection.
https://forum.getkirby.com/t/kirby3-feed-rss-json-sitemap/23574
MIT License
64 stars 7 forks source link

Add more options to (json) feed #36

Closed S1SYPHOS closed 3 years ago

S1SYPHOS commented 3 years ago

Like 'authors', 'icon', 'favicon' etc .. See https://daringfireball.net/feeds/json as example

I guess a PR would be in order - let me know what you think!

S1SYPHOS commented 3 years ago

If it's alright with you, I'd like to add array (multiple field names) / maybe blocks support to the default snippets, that something you'd be interested in?

Edit: Loosely related to #34

bnomei commented 3 years ago

you can pass your own snippet name as an option and can do pretty much anything with the $item (aka the page) there. i want to keep the plugins default as simple as possible.

S1SYPHOS commented 3 years ago

I thought you might say that, thanks for your time and effort!