RedTurtle / redturtle.volto

Helper package to setup a RedTurtle's Plone site ready to work with Volto
GNU General Public License v2.0
1 stars 1 forks source link

Image field in rss #111

Closed luca-bellenghi closed 2 months ago

luca-bellenghi commented 2 months ago

With this PR we want to align the behavior of the Rss feed with the listing, so it should be possible to choose to display the preview image or the head image. To avoid changing the standard behavior, an option has been added to the registry with a default that is consistent with the current situation. For each site, it will be possible to choose whether the RSS should expose the preview, the image, or select based on the existing image on the item (preview or image).

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9876317508

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/redturtle/volto/adapters/rss.py 51 57 89.47%
<!-- Total: 53 59 89.83% -->
Totals Coverage Status
Change from base Build 9876239217: 1.0%
Covered Lines: 973
Relevant Lines: 1475

💛 - Coveralls