mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add ability for plugins to register client routes
This commit is contained in:
parent
03a65456f4
commit
d63e6d4604
14 changed files with 151 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
import { RegisterServerSettingOptions } from '../server'
|
||||
|
||||
export interface RegisterClientSettingsScript {
|
||||
export interface RegisterClientSettingsScriptOptions {
|
||||
isSettingHidden (options: {
|
||||
setting: RegisterServerSettingOptions
|
||||
formValues: { [name: string]: any }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue