mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 09:35:57 +02:00
[Multiple] Fix all exampleValues and required variables (#2296)
This commit is contained in:
parent
f766193106
commit
1a8d0babd1
90 changed files with 180 additions and 68 deletions
|
@ -9,6 +9,7 @@ class PirateCommunityBridge extends BridgeAbstract {
|
|||
't' => array(
|
||||
'name' => 'Topic ID',
|
||||
'type' => 'number',
|
||||
'exampleValue' => '12651',
|
||||
'title' => 'Topic ID from topic URL. If the URL contains t=12 the ID is 12.',
|
||||
'required' => true
|
||||
)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue