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" : {
2023-04-21 17:15:47 +09:00
"label" : "RSS feed URLs" ,
"description" : "The URLs of the RSS feeds you want to display from."
2023-04-05 14:53:18 +09:00
} ,
"refreshInterval" : {
2023-04-10 23:29:00 +09:00
"label" : "Refresh interval (in minutes)"
2023-05-24 21:22:31 +02:00
} ,
"dangerousAllowSanitizedItemContent" : {
2023-08-09 22:16:57 +02:00
"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-05-24 21:22:31 +02:00
} ,
2023-06-10 16:51:37 +02:00
"textLinesClamp" : {
2023-05-24 21:22:31 +02:00
"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
}
2023-04-05 14:53:18 +09: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
}
}
}
2023-05-24 21:22:31 +02:00
}