mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix admin edition disabling feature
This commit is contained in:
parent
e1a570abff
commit
cf0c8ee588
14 changed files with 61 additions and 20 deletions
|
@ -30,7 +30,6 @@ export interface RegisteredIdAndPassAuthConfig {
|
|||
}
|
||||
|
||||
export interface ServerConfig {
|
||||
allowEdits: boolean
|
||||
serverVersion: string
|
||||
serverCommit?: string
|
||||
|
||||
|
@ -42,6 +41,14 @@ export interface ServerConfig {
|
|||
}
|
||||
}
|
||||
|
||||
webadmin: {
|
||||
configuration: {
|
||||
edition: {
|
||||
allowed: boolean
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
instance: {
|
||||
name: string
|
||||
shortDescription: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue