mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Strict templates enabled
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export interface RegisterServerSettingOptions {
|
||||
name: string
|
||||
label: string
|
||||
type: 'input'
|
||||
type: 'input' | 'input-checkbox' | 'input-textarea'
|
||||
|
||||
// If the setting is not private, anyone can view its value (client code included)
|
||||
// If the setting is private, only server-side hooks can access it
|
||||
|
||||
Reference in New Issue
Block a user