Add RSS widget

This commit is contained in:
Manuel
2023-02-15 22:00:06 +01:00
committed by GitHub
parent 47ea22e411
commit ca50cffe82
10 changed files with 428 additions and 5 deletions

View File

@@ -0,0 +1,20 @@
{
"descriptor": {
"name": "RSS Widget",
"description": "Grabs the items from a RSS feed and displays them. Commonly used for online news",
"settings": {
"title": "Settings for RSS widget",
"rssFeedUrl": {
"label": "RSS feed url"
}
}
},
"card": {
"errors": {
"general": {
"title": "Unable to retrieve RSS feed",
"text": "There was a problem reaching out the the RSS feed. Make sure that you've configured the feed correctly and use a valid RSS url, that matches the official standard specification. After updating the feed, you may need to save your dashboard and refresh the page."
}
}
}
}