RSS Display submitted
When an RSS feed is configured to show entity content (rather than individual fields), the creator user ID, publication date/time, and title are always included in the item description and can't be adjusted or omitted via the user interface, preprocessing, or Twig templates. All of this information is redundant, because feed items already include the title in the <title> element, the creator in the <dc:creator> element, and the publication date in the <pubDate> element.
This module adds per-content-type configuration to include or omit these elements. See issue 2946812 for more information.
Features
Adds additional settings to the “Display submitted” section of the content type edit form to include or exclude the creator user ID and publication date/time (handled together, consistent with core's “Display author and date information” setting) and (separately) title in the context of an RSS feed. Without this module, those elements always appear and are difficult to remove.
Post-Installation
Visit the Edit screen for any content type: the “Display settings” section should now include new checkboxes for including/omitting the relevant elements in the RSS feed item description.