mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add short description in config
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface About {
|
||||
instance: {
|
||||
name: string
|
||||
shortDescription: string
|
||||
description: string
|
||||
terms: string
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export interface CustomConfig {
|
||||
instance: {
|
||||
name: string
|
||||
shortDescription: string
|
||||
description: string
|
||||
terms: string
|
||||
defaultClientRoute: string
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
export interface Customization {
|
||||
instance: {
|
||||
customization: {
|
||||
javascript: string
|
||||
css: string
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,6 +3,7 @@ export interface ServerConfig {
|
||||
|
||||
instance: {
|
||||
name: string
|
||||
shortDescription: string
|
||||
defaultClientRoute: string
|
||||
customizations: {
|
||||
javascript: string
|
||||
|
||||
Reference in New Issue
Block a user