feat(search): allow max page limit to be configurable
Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Vendored
+5
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user