Skip to content
Snippets Groups Projects
Commit 11da7c9c authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix link formatter tab issue

parent e8e43c23
No related branches found
No related tags found
1 merge request!151Add missing settings
......@@ -8,10 +8,6 @@ export const tabs = description => {
label: 'settings.auth',
settings: [':auth', ':ldap', ':oauth2', 'Pleroma.Web.Auth.Authenticator']
},
'auto-linker': {
label: 'settings.autoLinker',
settings: [':opts']
},
'esshd': {
label: 'settings.esshd',
settings: [':esshd']
......@@ -40,6 +36,10 @@ export const tabs = description => {
label: 'settings.jobQueue',
settings: ['Pleroma.ActivityExpiration', 'Oban', ':workers']
},
'link-formatter': {
label: 'settings.linkFormatter',
settings: ['Pleroma.Formatter']
},
'logger': {
label: 'settings.logger',
settings: [':console', ':ex_syslogger', ':quack', ':logger']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment