mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
Add "pattern" parameter to the parameters list
@@ -75,6 +75,7 @@ Parameter Name | Required | Type | Supported values | Description
|
|||||||
`required` | no | Boolean | `true`, `false` | Set this if you want your attribute to be required
|
`required` | no | Boolean | `true`, `false` | Set this if you want your attribute to be required
|
||||||
`values` | no | Text | `[ {"name" : option1Name, "value" : "option1Value"}, ... ]` | Values list, required with the '`list`' type
|
`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
|
`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!
|
||||||
|
|
||||||
Hence, the most basic parameter definition is the following :
|
Hence, the most basic parameter definition is the following :
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user