mirror of
https://github.com/strapi/strapi.git
synced 2025-08-15 12:18:38 +00:00
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
{
|
|
"kind": "collectionType",
|
|
"connection": "<%= connection %>",
|
|
"collectionName": "<%= collectionName %>",
|
|
"info": {
|
|
"name": "<%= id %>",
|
|
"description": "<%= description %>"
|
|
},
|
|
"options": {
|
|
"timestamps": true
|
|
},
|
|
"attributes": {
|
|
<%= attributes %>
|
|
}
|
|
}
|