mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 15:17:33 +02:00
Add new parameter 'title' to guide the user
The 'title' attribute will render as tooltip in the browser which is useful to provide guidance to the operator.
This commit is contained in:
@@ -80,6 +80,11 @@ CARD;
|
||||
$additionalInfoString .= " pattern=\"".$inputEntry['pattern']."\"";
|
||||
|
||||
}
|
||||
if(isset($inputEntry['title'])) {
|
||||
|
||||
$additionalInfoString .= " title=\"" .$inputEntry['title']."\"";
|
||||
|
||||
}
|
||||
if(!isset($inputEntry['exampleValue'])) $inputEntry['exampleValue'] = "";
|
||||
|
||||
$idArg = 'arg-' . urlencode($bridgeName) . '-' . urlencode($parameterName) . '-' . urlencode($inputEntry['identifier']);
|
||||
|
Reference in New Issue
Block a user