Add ability to choose what policy we have for NSFW videos
There is a global instance setting and a per user setting
This commit is contained in:
parent
04ed10b21e
commit
0883b3245b
41 changed files with 519 additions and 86 deletions
|
@ -1,3 +1,5 @@
|
|||
import { NSFWPolicyType } from '../videos/nsfw-policy.type'
|
||||
|
||||
export interface CustomConfig {
|
||||
instance: {
|
||||
name: string
|
||||
|
@ -5,6 +7,7 @@ export interface CustomConfig {
|
|||
description: string
|
||||
terms: string
|
||||
defaultClientRoute: string
|
||||
defaultNSFWPolicy: NSFWPolicyType
|
||||
customizations: {
|
||||
javascript?: string
|
||||
css?: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue