UX: Remove Plugin Settings tab (#23345)
This tab doesn't really provide anything useful, and can be quite
confusing in some cases. Each plugin is already listed below, and
you can navigate to their settings from there. We want to move away
from the catch-all Plugins category for site settings. Core plugins are
not shown in this list as at 97a812f022
.
This commit is contained in:
parent
2cd2d7d4d6
commit
8ef569cda4
|
@ -4,13 +4,6 @@
|
|||
{{#each this.adminRoutes as |route|}}
|
||||
<NavItem @route={{route.full_location}} @label={{route.label}} />
|
||||
{{/each}}
|
||||
{{#if this.currentUser.admin}}
|
||||
<NavItem
|
||||
@route="adminSiteSettingsCategory"
|
||||
@label="admin.plugins.change_settings"
|
||||
@routeParam="plugins"
|
||||
/>
|
||||
{{/if}}
|
||||
</HorizontalOverflowNav>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4996,7 +4996,6 @@ en:
|
|||
enabled: "Enabled?"
|
||||
is_enabled: "Y"
|
||||
not_enabled: "N"
|
||||
change_settings: "Plugin Settings"
|
||||
change_settings_short: "Settings"
|
||||
howto: "How do I install plugins?"
|
||||
official: "Official Plugin"
|
||||
|
|
Loading…
Reference in New Issue