mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +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' => [
|
const PARAMETERS = ['url' => [
|
||||||
'url' => [
|
'url' => [
|
||||||
'name' => 'URL',
|
'name' => 'URL',
|
||||||
|
'exampleValue' => 'https://lorem-rss.herokuapp.com/feed?unit=day',
|
||||||
'required' => true
|
'required' => true
|
||||||
],
|
],
|
||||||
'feed_only' => [
|
'feed_only' => [
|
||||||
'name' => 'Only look at the content of the feed, don\'t check on the website',
|
'name' => 'Only look at the content of the feed, don\'t check on the website',
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
|
'defaultValue' => 'checked',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
]
|
]
|
||||||
]];
|
]];
|
||||||
|
Loading…
Reference in New Issue
Block a user