Add optional parameter 'title' to the readme
This commit is contained in:
parent
8db5dde69d
commit
58e828e69a
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ Parameter Name | Parameter values | Description
|
|||
type|text, number, list, checkbox| Type of the input, default is text
|
||||
required| true | Set this if you want your attribute to be required
|
||||
values| [ {"name" : option1Name, "value" : "option1Value"}, ...] | Values list, required with the 'list' type
|
||||
title| text | Will be shown as tooltip when mouse-hovering over the input
|
||||
|
||||
#### Guidelines
|
||||
|
||||
|
|
Loading…
Reference in a new issue