From 633e2852c1e1b387a1af1981083a2a709491bf35 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Mon, 15 Aug 2016 02:28:13 +0200 Subject: [PATCH] [BridgeAbstract] Add description for parameter "exampleValue" --- BridgeAbstract.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BridgeAbstract.md b/BridgeAbstract.md index c81b6ae..a7c6402 100644 --- a/BridgeAbstract.md +++ b/BridgeAbstract.md @@ -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 :