1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 07:37:27 +02:00

[BridgeAbstract] Add description for parameter "exampleValue"

LogMANOriginal
2016-08-15 02:28:13 +02:00
parent 46072c9a0c
commit 633e2852c1

@@ -76,6 +76,7 @@ Parameter Name | Required | Type | Supported values | Description
`values` | no | Text | `[ {"name" : option1Name, "value" : "option1Value"}, ... ]` | Values list, required with the '`list`' type
`title` | no | Text | | Will be shown as tool-tip when mouse-hovering over the input
`pattern` | no | Text | | Defines a pattern for an element of type `text`. The required pattern should be mentioned in the `title` attribute!
`exampleValue` | no | Text | | Defines an example value that is shown for elements of type `text` and `number`
Hence, the most basic parameter definition is the following :