Skip to content

Commit

Permalink
[#30] Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Oct 10, 2022
1 parent cf76258 commit d9cdd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Custom parameters are key-value pairs that we can implement in the Webform Edito
| Props | Description | Type |
| -------- | ------------------------------- | -------------------------------------------------------------------- |
| label | Label for the custom params tab | String \| `undefined` |
| params | List of custom parameters | Array[[Custom Parameters](custom-parameters)] |
| params | List of custom parameters | Array[[Custom Parameters](#custom-parameters)] |

#### Custom Parameters

Expand All @@ -173,7 +173,7 @@ Custom parameters are key-value pairs that we can implement in the Webform Edito
| label | Parameter label | String \| `undefined` |
| type | Field Type | `option|input` |
| multiple | Whether multiple or not | Boolean |
| options | Parameter Options | Array[[Option Parameters](option-parameters)] \| `undefined` |
| options | Parameter Options | Array[[Option Parameters](#option-parameters)] \| `undefined` |

#### Option Parameters

Expand Down

0 comments on commit d9cdd07

Please sign in to comment.