mirror of
https://github.com/strapi/strapi.git
synced 2025-10-13 00:52:54 +00:00
update RBAC
This commit is contained in:
parent
62299883f1
commit
e8d691e9bd
@ -13,16 +13,21 @@ const RBAC_ACTIONS = [
|
||||
section: 'plugins',
|
||||
displayName: 'Update and delete',
|
||||
uid: 'settings.update',
|
||||
subCategory: 'settings',
|
||||
pluginName: 'documentation',
|
||||
},
|
||||
{
|
||||
section: 'plugins',
|
||||
displayName: 'Regenerate',
|
||||
uid: 'settings.regenerate',
|
||||
subCategory: 'settings',
|
||||
pluginName: 'documentation',
|
||||
},
|
||||
{
|
||||
section: 'settings',
|
||||
displayName: 'Access the documentation settings page',
|
||||
uid: 'settings.read',
|
||||
pluginName: 'documentation',
|
||||
category: 'documentation',
|
||||
},
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user