Skip to content

Commit

Permalink
Merge pull request #7 from Jahia/BACKLOG-13102
Browse files Browse the repository at this point in the history
BACKLOG-13102: added icon for tag manager entry in nav
  • Loading branch information
fpral authored Apr 7, 2020
2 parents 1cb13d6 + c417b58 commit 52838bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/javascript/apps/tagmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ window.jahia.i18n.loadNamespaces('tags');
window.jahia.uiExtender.registry.add('adminRoute', 'tagsmanager', {
targets: ['jcontent:50'],
label: 'tags:label.title',
icon: null,
icon: window.jahia.moonstone.toIconComponent('CollectionsBookmark'),
isSelectable: true,
requiredPermission: 'tagManager',
requireModuleInstalledOnSite: 'tags',
Expand Down

0 comments on commit 52838bb

Please sign in to comment.