Advertisement
Guest User

Untitled

a guest
Jun 21st, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. { module: 'newsfeed',
  2. position: 'bottom_bar',
  3. config:
  4. { showDescription: true,
  5. ignoreOldItems: true,
  6. ignoreOlderThan: 259200,
  7. updateInterval: 26000,
  8. feeds:
  9. [ { title: 'Blaulichtreport Saarland',
  10. url: 'http://blaulichtreport-saarland.de/category/landkreis-st-wendel/feed/' },
  11. { title: 'Lima-City Status',
  12. url: 'http://www.lima-status.de/history.rss' },
  13. { title: 'Saarland Podcast Polizei',
  14. url: 'http://www.saarland.de/rss_podcast_polizei.xml' },
  15. { title: 'Bundesamts fuer Bevoelkerungsschutz und Katastrophenhilfe',
  16. url: 'https://www.bbk.bund.de/SiteGlobals/Functions/RSSFeed/DE/RSSNewsfeed/RSSNewsfeed.xml' },
  17. { title: 'DomainFactory Status',
  18. url: 'https://status.df.eu//rdf.xml' } ],
  19. startTags: [],
  20. endTags: [],
  21. prohibitedWords: [] } },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement