mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Update plugins doc
This commit is contained in:
parent
22820226e5
commit
d2466f0ac9
2 changed files with 196 additions and 120 deletions
|
@ -1,6 +1,6 @@
|
|||
import { RegisterClientFormFieldOptions } from './register-client-form-field.model'
|
||||
|
||||
export type RegisterServerSettingOptions = RegisterClientFormFieldOptions & {
|
||||
export type RegisterServerSettingOptions = RegisterClientFormFieldOptions & {
|
||||
// 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
|
||||
// Mainly used by the PeerTube client to get admin config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue