mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
44 lines
870 B
JSON
44 lines
870 B
JSON
{
|
|
"collectionName": "up_roles",
|
|
"info": {
|
|
"name": "role",
|
|
"description": ""
|
|
},
|
|
"pluginOptions": {
|
|
"content-manager": {
|
|
"visible": false
|
|
}
|
|
},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"minLength": 3,
|
|
"required": true,
|
|
"configurable": false
|
|
},
|
|
"description": {
|
|
"type": "string",
|
|
"configurable": false
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"unique": true,
|
|
"configurable": false
|
|
},
|
|
"permissions": {
|
|
"type": "relation",
|
|
"relation": "oneToMany",
|
|
"target": "plugins::users-permissions.permission",
|
|
"mappedBy": "role",
|
|
"configurable": false
|
|
},
|
|
"users": {
|
|
"type": "relation",
|
|
"relation": "oneToMany",
|
|
"target": "plugins::users-permissions.user",
|
|
"mappedBy": "role",
|
|
"configurable": false
|
|
}
|
|
}
|
|
}
|