mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
50 lines
901 B
JSON
50 lines
901 B
JSON
{
|
|
"collectionName": "strapi_permission",
|
|
"info": {
|
|
"name": "Permission",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"timestamps": true
|
|
},
|
|
"pluginOptions": {
|
|
"content-manager": {
|
|
"visible": false
|
|
},
|
|
"content-type-builder": {
|
|
"visible": false
|
|
}
|
|
},
|
|
"attributes": {
|
|
"action": {
|
|
"type": "string",
|
|
"minLength": 1,
|
|
"configurable": false,
|
|
"required": true
|
|
},
|
|
"subject": {
|
|
"type": "string",
|
|
"minLength": 1,
|
|
"configurable": false,
|
|
"required": false
|
|
},
|
|
"properties": {
|
|
"type": "json",
|
|
"configurable": false,
|
|
"required": false,
|
|
"default": {}
|
|
},
|
|
"conditions": {
|
|
"type": "json",
|
|
"configurable": false,
|
|
"required": false,
|
|
"default": []
|
|
},
|
|
"role": {
|
|
"configurable": false,
|
|
"model": "role",
|
|
"plugin": "admin"
|
|
}
|
|
}
|
|
}
|