enonic / app-rss

Apache License 2.0
2 stars 6 forks source link

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

Closed Bellfalasch closed 4 years ago

Bellfalasch commented 7 years ago

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.