mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
better default/example values
This commit is contained in:
parent
fb41120418
commit
25691d18c9
@ -10,11 +10,13 @@ class AutoPodcasterBridge extends FeedExpander
|
||||
const PARAMETERS = ['url' => [
|
||||
'url' => [
|
||||
'name' => 'URL',
|
||||
'exampleValue' => 'https://lorem-rss.herokuapp.com/feed?unit=day',
|
||||
'required' => true
|
||||
],
|
||||
'feed_only' => [
|
||||
'name' => 'Only look at the content of the feed, don\'t check on the website',
|
||||
'type' => 'checkbox',
|
||||
'defaultValue' => 'checked',
|
||||
'required' => false,
|
||||
]
|
||||
]];
|
||||
|
Loading…
Reference in New Issue
Block a user