mirror of
https://github.com/strapi/strapi.git
synced 2025-07-09 18:13:00 +00:00
Remove unneeded extension
This commit is contained in:
parent
1350b1cc92
commit
cf1d5dc33c
@ -1,44 +0,0 @@
|
||||
{
|
||||
"collectionName": "up_roles",
|
||||
"info": {
|
||||
"name": "role",
|
||||
"description": "",
|
||||
"singularName": "role",
|
||||
"pluralName": "roles",
|
||||
"displayName": "Role"
|
||||
},
|
||||
"options": {
|
||||
"draftAndPublish": 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": "plugin::users-permissions.permission",
|
||||
"mappedBy": "role",
|
||||
"configurable": false
|
||||
},
|
||||
"users": {
|
||||
"type": "relation",
|
||||
"relation": "oneToMany",
|
||||
"target": "plugin::users-permissions.user",
|
||||
"mappedBy": "role",
|
||||
"configurable": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user