Add auto blacklist info in feature table
This commit is contained in:
parent
3143ae17a0
commit
32157c0892
|
@ -50,6 +50,10 @@ export class InstanceFeaturesTableComponent implements OnInit {
|
|||
label: this.i18n('User registration allowed'),
|
||||
value: config.signup.allowed
|
||||
},
|
||||
{
|
||||
label: this.i18n('Video uploads require manual validation by moderators'),
|
||||
value: config.autoBlacklist.videos.ofUsers.enabled
|
||||
},
|
||||
{
|
||||
label: this.i18n('Transcode your videos in multiple resolutions'),
|
||||
value: config.transcoding.enabledResolutions.length !== 0
|
||||
|
|
Loading…
Reference in New Issue