1
0
Fork 0
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:
Chocobozzz 2021-04-09 15:17:46 +02:00
parent 22820226e5
commit d2466f0ac9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 196 additions and 120 deletions

View file

@ -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