mirror of
https://github.com/strapi/strapi.git
synced 2025-11-07 21:58:23 +00:00
removing unecessary change in CT schema
This commit is contained in:
parent
194c39aeb2
commit
02de56f041
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"kind": "collectionType",
|
|
||||||
"info": {
|
|
||||||
"displayName": "Test",
|
|
||||||
"singularName": "test",
|
|
||||||
"pluralName": "tests",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"options": {
|
|
||||||
"draftAndPublish": false
|
|
||||||
},
|
|
||||||
"attributes": {
|
|
||||||
"type": {
|
|
||||||
"type": "string",
|
|
||||||
"required": true,
|
|
||||||
"unique": true
|
|
||||||
},
|
|
||||||
"uidTest": {
|
|
||||||
"type": "uid",
|
|
||||||
"required": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user