Add isNSFW instance configuration key
This commit is contained in:
parent
1aabcae7e3
commit
f8802489bb
14 changed files with 35 additions and 7 deletions
|
@ -8,6 +8,7 @@ export interface ServerConfig {
|
|||
name: string
|
||||
shortDescription: string
|
||||
defaultClientRoute: string
|
||||
isNSFW: boolean
|
||||
defaultNSFWPolicy: NSFWPolicyType
|
||||
customizations: {
|
||||
javascript: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue