Skip to content

Commit

Permalink
Add structure object config options
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Nov 11, 2024
1 parent 0e95b5f commit 3ae26c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/configuration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,14 @@ export interface StructureValue extends Previewable, PickerPreviewable, Schemali
* Allows you to group the inputs inside this object together without changing the data structure.
*/
groups?: ObjectInputGroup[];
/**
* Controls which order input groups and ungrouped inputs appear in.
*/
place_groups_below?: boolean;
/**
* Show nested objects as tabs. Requires all top-level keys to be objects.
*/
tabbed?: boolean;
/**
* The actual value used when items are added after selection.
*/
Expand Down

0 comments on commit 3ae26c1

Please sign in to comment.