Skip to content

Commit

Permalink
Update docs/extensibility/60-form-widgets.md
Browse files Browse the repository at this point in the history
Co-authored-by: Natalia Sitko <[email protected]>
  • Loading branch information
kevin-kho and nataliasitko authored Sep 16, 2024
1 parent 30aec1c commit 8bae741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensibility/60-form-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ These are the available `KeyValuePair` widget parameters:
| **inputInfo** | No | string | A string below the input field that shows how to fill in the input. You can use the {{ [`name`] (`link`) }} format to display a `name` instead of a `link. |
| **description** | No | string | A string displayed in a tooltip when you hover over a question mark icon, next to the input's label. The default value is taken from the CustomResourceDefintion (CRD). |
| **defaultExpanded** | No | boolean | Specifies if the widget should be expanded by default. Defaults to `false`. |
| **disableOnEdit** | No | boolean | Disables all key value pairs in edit mode, defaults to `false`. |
| **disableOnEdit** | No | boolean | Disables all key-value pairs in edit mode. Defaults to `false`. |

See the following example:

Expand Down

0 comments on commit 8bae741

Please sign in to comment.