36 lines
604 B
JSON
36 lines
604 B
JSON
{
|
|
"kind": "collectionType",
|
|
"collectionName": "komante",
|
|
"info": {
|
|
"name": "komante",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"draftAndPublish": true,
|
|
"privateAttributes": [
|
|
"createdAt",
|
|
"updatedAt"
|
|
]
|
|
},
|
|
"attributes": {
|
|
"kontni": {
|
|
"type": "richtext",
|
|
"required": true
|
|
},
|
|
"user": {
|
|
"plugin": "users-permissions",
|
|
"model": "user"
|
|
},
|
|
"teks": {
|
|
"model": "teks",
|
|
"via": "komante"
|
|
},
|
|
"sentAt": {
|
|
"type": "datetime",
|
|
"required": true
|
|
}
|
|
}
|
|
}
|