I am building a site using Gatsby and have a 'News' section of the site. This section is to be populated by various news articles pulled in from different RSS feeds.
However, I do not want to include every article from every feed and I want to have some editorial control (for example: modifying Headlines, adding an introductory line, etc).
Is it possible to do this vis-a-vis some sort of Headless CMS (like Contentful or Prismic)?
If so, any idea how?
Thanks.