mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
39 lines
728 B
JSON
39 lines
728 B
JSON
{
|
|
"connection": "default",
|
|
"info": {
|
|
"name": "permission",
|
|
"description": ""
|
|
},
|
|
"attributes": {
|
|
"type": {
|
|
"type": "string",
|
|
"required": true,
|
|
"configurable": false
|
|
},
|
|
"controller": {
|
|
"type": "string",
|
|
"required": true,
|
|
"configurable": false
|
|
},
|
|
"action": {
|
|
"type": "string",
|
|
"required": true,
|
|
"configurable": false
|
|
},
|
|
"enabled": {
|
|
"type": "boolean",
|
|
"required": true,
|
|
"configurable": false
|
|
},
|
|
"policy": {
|
|
"type": "string",
|
|
"configurable": false
|
|
},
|
|
"role": {
|
|
"model": "role",
|
|
"via": "permissions",
|
|
"plugin": "users-permissions",
|
|
"configurable": false
|
|
}
|
|
}
|
|
} |