Skip to content

Commit

Permalink
added disableOnEdit for KeyValuePair docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-kho committed Sep 9, 2024
1 parent b3f588a commit c00bab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/extensibility/60-form-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +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`. |

See the following example:

Expand Down

0 comments on commit c00bab2

Please sign in to comment.