Skip to content

Commit

Permalink
chore: nitpik that were left behind by the automerge (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Feb 6, 2024
1 parent 0e0b430 commit 031fe18
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,15 @@ export interface IAccesses {

/**
* When set to true, all users can share and see the search page.
*
* @default false
*/
sharingLinkEnabled?: boolean;

/**
* When set to true, the domain sharing is enabled. Otherwise, only users that have explicitly access to the search page can access it.
*
* @default false
*/
sharingDomainEnabled?: boolean;
}
Expand Down Expand Up @@ -198,4 +202,4 @@ export interface IPagePlaceholders {
* A placeholder for the result list and result templates.
*/
results?: string;
}
}

0 comments on commit 031fe18

Please sign in to comment.