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:
Martin Brennan 2023-08-31 12:11:39 +10:00 committed by GitHub
parent 2cd2d7d4d6
commit 8ef569cda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -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"