mirror of
https://github.com/strapi/strapi.git
synced 2025-12-10 22:44:39 +00:00
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
|
|
{
|
||
|
|
"connection": "<%= connection %>",
|
||
|
|
"collectionName": "<%= id %>",
|
||
|
|
"attributes": <%- JSON.stringify(api, null, '\t') %>
|
||
|
|
}
|