Files

41 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2023-02-15 22:00:06 +01:00
{
"descriptor": {
"name": "RSS Widget",
2023-10-30 13:57:40 +01:00
"description": "The rss widget allows you to display RSS feeds on your dashboard.",
2023-02-15 22:00:06 +01:00
"settings": {
"title": "Settings for RSS widget",
"rssFeedUrl": {
New Crowdin updates (#829) * New translations media-requests-list.json (Spanish) * New translations media-requests-list.json (Danish) * New translations media-requests-list.json (German) * New translations media-requests-list.json (Hebrew) * New translations media-requests-list.json (Italian) * New translations media-requests-list.json (Norwegian) * New translations media-requests-list.json (Slovak) * New translations media-requests-list.json (English) * New translations media-requests-list.json (Spanish) * New translations media-requests-list.json (German) * New translations media-requests-list.json (English) * New translations rss.json (German) * New translations media-requests-list.json (Hebrew) * New translations media-requests-list.json (Italian) * New translations media-requests-list.json (Chinese Simplified) * New translations media-requests-list.json (Chinese Simplified) * New translations media-requests-stats.json (Chinese Simplified) * New translations search.json (Chinese Simplified) * New translations add-app.json (Chinese Simplified) * New translations error-boundary.json (Chinese Simplified) * New translations media-requests-list.json (Danish) * New translations media-requests-list.json (Dutch) * New translations media-requests-stats.json (Dutch) * New translations common.json (Dutch) * New translations dashdot.json (Dutch) * New translations ping.json (Dutch) * New translations page-appearance.json (Dutch) * New translations config-changer.json (Dutch) * New translations search-engine.json (Dutch) * New translations add-app.json (Dutch) * New translations about.json (Dutch) * New translations change-position.json (Dutch) * New translations torrents-status.json (Dutch) * New translations general.json (Dutch) * New translations gridstack.json (Dutch) * New translations video-stream.json (Dutch) * New translations rss.json (Dutch) * New translations rss.json (English) * New translations iframe.json (Dutch) * New translations error-boundary.json (Dutch) * New translations dashdot.json (Chinese Simplified) * New translations about.json (Chinese Simplified) * New translations rss.json (Chinese Simplified) * New translations common.json (Chinese Simplified) * New translations rss.json (Chinese Simplified) * New translations error-boundary.json (Chinese Simplified)
2023-04-21 17:15:47 +09:00
"label": "RSS feed URLs",
"description": "The URLs of the RSS feeds you want to display from."
},
"refreshInterval": {
2023-04-10 23:29:00 +09:00
"label": "Refresh interval (in minutes)"
},
"dangerousAllowSanitizedItemContent": {
"label": "Allow HTML formatting (Dangerous)",
"info": "Allowing HTML formatting from outside could be dangerous.<br/>Please make sure that the feed is from a trusted source."
},
2023-06-10 16:51:37 +02:00
"textLinesClamp": {
"label": "Text lines clamp"
2024-01-11 19:19:59 +01:00
},
"sortByPublishDateAscending": {
"label": "Sort by publish date (ascending)"
2024-01-28 21:15:46 +01:00
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Put posts without publish date to the top"
},
"maximumAmountOfPosts": {
"label": "Maximum amount of posts"
2023-02-15 22:00:06 +01:00
}
},
"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."
}
2023-02-15 22:00:06 +01:00
}
}
}
}