Merge pull request #17762 from abpframework/EngincanV-patch-2

CMS Kit: Fix icon of the global resource menu item
pull/17764/head
Engincan VESKE 2 years ago committed by GitHub
commit af2f0a228b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ public class CmsKitAdminMenuContributor : IMenuContributor
CmsKitAdminMenus.GlobalResources.GlobalResourcesMenu,
l["GlobalResources"],
"/Cms/GlobalResources",
"bi bi-code-slash",
"fa fa-code",
order: 4)
.RequireFeatures(CmsKitFeatures.GlobalResourceEnable)
.RequireGlobalFeatures(typeof(GlobalResourcesFeature))

Loading…
Cancel
Save