1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

WIP plugins: add plugin settings/uninstall in client

This commit is contained in:
Chocobozzz 2019-07-11 14:40:19 +02:00 committed by Chocobozzz
parent d00dc28dd7
commit dba85a1e9e
17 changed files with 405 additions and 48 deletions

View file

@ -6,7 +6,8 @@ export interface PeerTubePlugin {
uninstalled: boolean
peertubeEngine: string
description: string
settings: any
homepage: string
settings: { [ name: string ]: string }
createdAt: Date
updatedAt: Date
}