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