mirror of
https://github.com/strapi/strapi.git
synced 2025-11-06 21:29:24 +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 = {
|
const i18nPermissions = {
|
||||||
accessMain: [
|
accessMain: [{ action: 'plugins::i18n.locale.read', subject: null }],
|
||||||
{ action: 'plugins::i18n.locale.read', subject: null },
|
|
||||||
{ action: 'plugins::i18n.locale.create', subject: null },
|
|
||||||
],
|
|
||||||
create: [{ action: 'plugins::i18n.locale.create', subject: null }],
|
create: [{ action: 'plugins::i18n.locale.create', subject: null }],
|
||||||
delete: [{ action: 'plugins::i18n.locale.delete', subject: null }],
|
delete: [{ action: 'plugins::i18n.locale.delete', subject: null }],
|
||||||
update: [{ action: 'plugins::i18n.locale.update', subject: null }],
|
update: [{ action: 'plugins::i18n.locale.update', subject: null }],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user