Skip to content

Commit

Permalink
Add array editor option for defaultObjectUI (segmentio#2133)
Browse files Browse the repository at this point in the history
* adding arrayeditor option

* update description
  • Loading branch information
pooyaj authored Jul 2, 2024
1 parent 59990ca commit 6a942b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/destination-kit/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export interface InputField extends InputFieldJSONSchema {
| 'object' // Users will see the object editor by default and can change to the key value editor.
| 'keyvalue:only' // Users will only use the key value editor.
| 'object:only' // Users will only use the object editor.
| 'arrayeditor' // if used in conjunction with multi:true will allow user to edit array of object elements.

/**
* Determines whether this field should be hidden in the UI. Only use this in very limited cases where the field represents
Expand Down

0 comments on commit 6a942b4

Please sign in to comment.