mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 05:52:18 +01:00
31 lines
934 B
JSON
31 lines
934 B
JSON
{
|
|
"descriptor": {
|
|
"name": "RSS Widget",
|
|
"description": "",
|
|
"settings": {
|
|
"title": "Settings for RSS widget",
|
|
"rssFeedUrl": {
|
|
"label": "RSS feed URLs",
|
|
"description": "The URLs of the RSS feeds you want to display from."
|
|
},
|
|
"refreshInterval": {
|
|
"label": "Refresh interval (in minutes)"
|
|
},
|
|
"dangerousAllowSanitizedItemContent": {
|
|
"label": "Dangerous: Allow sanitized item content"
|
|
},
|
|
"textLinesClamp": {
|
|
"label": "Text lines clamp"
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"general": {
|
|
"title": "Unable to retrieve RSS feed",
|
|
"text": "There was a problem reaching out the RSS feed. Make sure that you have correctly configured the RSS feed using a valid URL. URLs should match the official specification. After updating the feed, you may need to refresh the dashboard."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|