Skip to content

Commit 25691d1

Browse files
committed
better default/example values
1 parent fb41120 commit 25691d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: bridges/AutoPodcasterBridge.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ class AutoPodcasterBridge extends FeedExpander
1010
const PARAMETERS = ['url' => [
1111
'url' => [
1212
'name' => 'URL',
13+
'exampleValue' => 'https://lorem-rss.herokuapp.com/feed?unit=day',
1314
'required' => true
1415
],
1516
'feed_only' => [
1617
'name' => 'Only look at the content of the feed, don\'t check on the website',
1718
'type' => 'checkbox',
19+
'defaultValue' => 'checked',
1820
'required' => false,
1921
]
2022
]];

0 commit comments

Comments
 (0)