Make the search helper change based on the server config
This commit is contained in:
parent
52cc0d5485
commit
9677fca772
8 changed files with 62 additions and 12 deletions
|
@ -28,6 +28,13 @@ export interface ServerConfig {
|
|||
}
|
||||
}
|
||||
|
||||
search: {
|
||||
remoteUri: {
|
||||
users: boolean
|
||||
anonymous: boolean
|
||||
}
|
||||
}
|
||||
|
||||
plugin: {
|
||||
registered: ServerConfigPlugin[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue