Skip to content

Commit

Permalink
Merge pull request #15 from CloudCannon/feat/tabbed-subtype
Browse files Browse the repository at this point in the history
Add `tabbed` as a valid object subtype
  • Loading branch information
georgephillips authored Sep 11, 2024
2 parents 19124bf + 8040dd8 commit 7c44b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ export interface ObjectInputOptions extends BaseInputOptions<EmptyTypeObject> {
/**
* Changes the appearance and behavior of the input.
*/
subtype?: 'object' | 'mutable';
subtype?: 'object' | 'mutable' | 'tabbed';
/**
* Contains options for the "mutable" subtype.
*/
Expand Down

0 comments on commit 7c44b66

Please sign in to comment.