1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Translate plugin settings

This commit is contained in:
Chocobozzz 2021-12-29 14:08:07 +01:00
parent 2accfdd8ec
commit fb3c9e2bf5
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 57 additions and 39 deletions

View file

@ -5,6 +5,7 @@ import { BroadcastMessageLevel } from './broadcast-message-level.type'
export interface ServerConfigPlugin {
name: string
npmName: string
version: string
description: string
clientScripts: { [name: string]: ClientScriptJSON }