Add option to manually edit the refresh interval

This commit is contained in:
ajnart
2023-04-05 14:53:18 +09:00
parent 9d51e2ce52
commit 31a80f5588
3 changed files with 21 additions and 8 deletions

View File

@@ -7,14 +7,17 @@
"rssFeedUrl": {
"label": "RSS feeds urls",
"description": "The urls of the RSS feeds you want to display from."
},
"refreshInterval": {
"label": "Refresh interval (in seconds)"
}
}
},
"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."
},
"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."
}
}
}
}