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:
parent
d00dc28dd7
commit
dba85a1e9e
17 changed files with 405 additions and 48 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue