feat(settings): Allow moderators to set moderation languages
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2604>
This commit is contained in:
parent
523245d035
commit
1a0596b102
5 changed files with 33 additions and 1 deletions
|
|
@ -80,6 +80,7 @@ const groups = computed(() => [
|
|||
label: t('views.admin.Settings.header.moderation'),
|
||||
id: 'moderation',
|
||||
settings: [
|
||||
{ name: 'moderation__languages' },
|
||||
{ name: 'moderation__allow_list_enabled' },
|
||||
{ name: 'moderation__allow_list_public' },
|
||||
{ name: 'moderation__unauthenticated_report_types' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue