feat: add rss widget (#760)
Co-authored-by: SeDemal <demal.sebastien@bluewin.ch>
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user