mirror of
https://github.com/strapi/strapi.git
synced 2025-07-14 12:32:35 +00:00
15 lines
261 B
Plaintext
Executable File
15 lines
261 B
Plaintext
Executable File
{
|
|
"connection": "<%= connection %>",
|
|
"collectionName": "<%= collectionName || '' %>",
|
|
"info": {
|
|
"name": "<%= id %>",
|
|
"description": "<%= description %>"
|
|
},
|
|
"options": {
|
|
"timestamps": true
|
|
},
|
|
"attributes": {
|
|
<%= attributes %>
|
|
}
|
|
}
|