nuxt-community / feed-module

Everyone deserves RSS, ATOM and JSON feeds!
MIT License
226 stars 36 forks source link

Custom fields #59

Closed arctouch-arthurrolim closed 4 years ago

arctouch-arthurrolim commented 4 years ago

I wanted to have some extra fields other than the ones documented. I figured out a few by my own such as date and guid, but I still needed fields such as author and categories for each entry. If there is already a way to set those, I could not get it right, and it is not documented I believe.

manniL commented 4 years ago

By using a create function you can use all the features from https://github.com/jpmonette/feed ☺️

arctouch-arthurrolim commented 4 years ago

I'm still not being able to get the author and image fields to populate, the module simply ignores those. @manniL

manniL commented 4 years ago

@arctouch-arthurrolim then it must be an issue of the above linked module, not the nuxt wrapper