mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 17:26:11 +00:00
9 lines
185 B
Plaintext
Executable File
9 lines
185 B
Plaintext
Executable File
{
|
|
"connection": "<%= connection %>",
|
|
"description": "<%= description %>",
|
|
"collectionName": "<%= collectionName || idPluralized %>",
|
|
"attributes": {
|
|
<%= attributes %>
|
|
}
|
|
}
|