mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 06:19:07 +02:00
better default/example values
This commit is contained in:
parent
fb41120418
commit
25691d18c9
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue