mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +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'),
|
label: this.i18n('User registration allowed'),
|
||||||
value: config.signup.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'),
|
label: this.i18n('Transcode your videos in multiple resolutions'),
|
||||||
value: config.transcoding.enabledResolutions.length !== 0
|
value: config.transcoding.enabledResolutions.length !== 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue