Skip to content

Commit 9ede334

Browse files
authored
Add privileges to settings item (#226)
1 parent db40fb2 commit 9ede334

File tree

1 file changed

+2
-1
lines changed
  • src/Resources/app/administration/src/module/frosh-tools

1 file changed

+2
-1
lines changed

src/Resources/app/administration/src/module/frosh-tools/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ Shopware.Module.register('frosh-tools', {
9797
to: 'frosh.tools.index.cache',
9898
icon: 'regular-cog',
9999
name: 'frosh-tools',
100-
label: 'frosh-tools.title'
100+
label: 'frosh-tools.title',
101+
privilege: 'frosh_tools:read'
101102
}
102103
]
103104
});

0 commit comments

Comments
 (0)