mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
WIP plugins: static files
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export type ClientScript = {
|
||||
script: string,
|
||||
scopes: string[]
|
||||
}
|
||||
|
||||
export type PluginPackageJson = {
|
||||
name: string
|
||||
version: string
|
||||
@@ -12,5 +17,5 @@ export type PluginPackageJson = {
|
||||
staticDirs: { [ name: string ]: string }
|
||||
css: string[]
|
||||
|
||||
clientScripts: { script: string, scopes: string[] }[]
|
||||
clientScripts: ClientScript[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user