Skip to content

Commit

Permalink
added a note on default displayMode
Browse files Browse the repository at this point in the history
  • Loading branch information
pooyaj committed Jul 18, 2024
1 parent e5f8dc1 commit 0e6dd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/destination-kit/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export interface InputField extends InputFieldJSONSchema {
/**
* Determines how the field should be displayed in the UI:
* - expanded: Fully visible title and description for detailed information.
* - normal: One line field, and title, with description hidden behind a tooltip.
* - normal (default): One line field, and title, with description hidden behind a tooltip.
* - collapsed: Fields grouped behind a dropdown
*/
displayMode?: FieldDisplayMode
Expand Down

0 comments on commit 0e6dd37

Please sign in to comment.