mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
Merge pull request #9940 from strapi/i18n/fix-settings
Remove create permissions for i18n settings
This commit is contained in:
commit
345eef3ca4
@ -1,8 +1,5 @@
|
||||
const i18nPermissions = {
|
||||
accessMain: [
|
||||
{ action: 'plugins::i18n.locale.read', subject: null },
|
||||
{ action: 'plugins::i18n.locale.create', subject: null },
|
||||
],
|
||||
accessMain: [{ action: 'plugins::i18n.locale.read', subject: null }],
|
||||
create: [{ action: 'plugins::i18n.locale.create', subject: null }],
|
||||
delete: [{ action: 'plugins::i18n.locale.delete', subject: null }],
|
||||
update: [{ action: 'plugins::i18n.locale.update', subject: null }],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user