feat: add rss widget (#760)

Co-authored-by: SeDemal <demal.sebastien@bluewin.ch>
This commit is contained in:
Manuel
2024-07-27 18:11:29 +02:00
committed by GitHub
parent 4380aa9b3e
commit 15d9327d46
23 changed files with 528 additions and 11 deletions

View File

@@ -1033,6 +1033,21 @@ export default {
description: "Show the current streams on your media servers",
option: {},
},
rssFeed: {
name: "RSS feeds",
description: "Monitor and display one or more generic RSS, ATOM or JSON feeds",
option: {
feedUrls: {
label: "Feed URLs",
},
textLinesClamp: {
label: "Description line clamp",
},
maximumAmountPosts: {
label: "Amount posts limit",
},
},
},
},
widgetPreview: {
toggle: {
@@ -1494,6 +1509,9 @@ export default {
mediaOrganizer: {
label: "Media Organizers",
},
rssFeeds: {
label: "RSS feeds",
},
},
},
},