better default/example values

This commit is contained in:
boyska 2024-04-24 00:01:02 +02:00
parent fb41120418
commit 25691d18c9

View File

@ -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,
]
]];