Skip to content

Commit

Permalink
Merge pull request #13 from CloudCannon/feat/structure-groups
Browse files Browse the repository at this point in the history
Add `groups` as a configuration option for structure values
  • Loading branch information
rphillips-cc authored Sep 23, 2024
2 parents 65371db + 011b26d commit 980bef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/configuration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,10 @@ export interface StructureValue extends Previewable, PickerPreviewable, Schemali
* Used to group and filter items when selecting from a modal.
*/
tags?: string[];
/**
* Allows you to group the inputs inside this object together without changing the data structure.
*/
groups?: ObjectInputGroup[];
/**
* The actual value used when items are added after selection.
*/
Expand Down

0 comments on commit 980bef2

Please sign in to comment.