feat(search): allow max page limit to be configurable

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2022-12-07 14:37:10 -05:00
parent 79536d9df1
commit bfd66b0478
5 changed files with 25 additions and 8 deletions
+5
View File
@@ -17,6 +17,11 @@
export interface Config {
/** Configuration options for the search plugin */
search?: {
/**
* Sets the maximum max page limit size. Defaults to 100.
*/
maxPageLimit?: number;
/**
* Options related to the search integration with the Backstage permissions system
*/