feat(settings): Allow moderators to set moderation languages

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2604>
This commit is contained in:
Georg Krause 2023-11-16 09:01:04 +00:00
commit 1a0596b102
5 changed files with 33 additions and 1 deletions

View file

@ -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' }