enonic/app-rss

Option to turn off injection of feed meta data in html head

Closed this issue · 0 comments

Some might want to turn off the filter that adds RSS meta tags in the head of each page. Perhaps per app and per RSS.

Per app: default on
Per rss (content): default on

If app says "off" and content says "on", the result for this should be "on". The feed will be added to head.
If app says "on" and content says "off", the result for that feed is "off". It will not be added to head.

As a side-note, make sure when adding multiple RSS feeds that all of them are actually added to head and not just one of them.