mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-13 03:54:04 +02:00
[Multiple] Fix all exampleValues and required variables (#2296)
This commit is contained in:
@@ -7,6 +7,7 @@ class WordPressBridge extends FeedExpander {
|
||||
const PARAMETERS = array( array(
|
||||
'url' => array(
|
||||
'name' => 'Blog URL',
|
||||
'exampleValue' => 'https://www.wpbeginner.com/',
|
||||
'required' => true
|
||||
)
|
||||
));
|
||||
|
Reference in New Issue
Block a user