mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Add ability to hide plugin settings
This commit is contained in:
parent
c713017f3c
commit
3c47fa3bc0
7 changed files with 50 additions and 13 deletions
|
@ -0,0 +1,8 @@
|
|||
import { RegisterServerSettingOptions } from "./register-server-setting.model"
|
||||
|
||||
export interface RegisterClientSettingsScript {
|
||||
isSettingHidden (options: {
|
||||
setting: RegisterServerSettingOptions
|
||||
formValues: { [name: string]: any }
|
||||
}): boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue