From 25691d18c976815eece5bcf41f1d2e7e48f032cd Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 24 Apr 2024 00:01:02 +0200 Subject: [PATCH] better default/example values --- bridges/AutoPodcasterBridge.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bridges/AutoPodcasterBridge.php b/bridges/AutoPodcasterBridge.php index 8299127f..78e87e12 100644 --- a/bridges/AutoPodcasterBridge.php +++ b/bridges/AutoPodcasterBridge.php @@ -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, ] ]];