removing unecessary change in CT schema

This commit is contained in:
ronronscelestes 2022-01-05 13:49:24 +01:00 committed by GitHub
parent 194c39aeb2
commit 02de56f041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}
}