mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Add auto blacklist info in feature table
This commit is contained in:
parent
3143ae17a0
commit
32157c0892
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue