mirror of
https://github.com/strapi/strapi.git
synced 2025-09-17 20:40:17 +00:00
15 lines
228 B
TypeScript
15 lines
228 B
TypeScript
![]() |
export const PERMISSIONS = {
|
||
|
main: [
|
||
|
{
|
||
|
action: 'plugin::content-releases.read',
|
||
|
subject: null,
|
||
|
},
|
||
|
],
|
||
|
create: [
|
||
|
{
|
||
|
action: 'plugin::content-releases.create',
|
||
|
subject: null,
|
||
|
},
|
||
|
],
|
||
|
};
|