diff --git a/101.md b/101.md index 098bda6..31ebc74 100644 --- a/101.md +++ b/101.md @@ -28,27 +28,52 @@ Event `30168` describes a form as a parametrized replaceable event, with `field` The different tags used to detail the form are described as: -| Tags | Description | -| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| d | The unique identifier of a form, for a user | -| name | A text serving as the name of the form | -| settings | An optional global config for the form. | -| field | Contains the following values
index | name | description |
---|---|---|
1 | FieldId | an id that uniqely identifies a field in the forn |
2 | input-type | A field that describes the type of value that can be expected as a response to this field, values can be: `text`, `option` or `label` |
3 | label | A label for the field |
4 | options | Only used for input-type option, is a Json stringified array of option Tags. |
- | Option Tags | Option Tags are defined as: [` |
5 | fieldSettings | An optional JSON stringified object that contains settings specific to the field, for example `renderElement`, a setting which indicates what UI element to render to the client |