Pierre Noël 74625b0ec7 remove strapi-utils from front + remove use of idPluralized
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-23 11:28:07 +01:00

16 lines
283 B
Plaintext

{
"kind": "collectionType",
"connection": "<%= connection %>",
"collectionName": "<%= collectionName %>",
"info": {
"name": "<%= id %>",
"description": "<%= description %>"
},
"options": {
"timestamps": true
},
"attributes": {
<%= attributes %>
}
}