mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
18 lines
274 B
JSON
18 lines
274 B
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "recipes",
|
|
"info": {
|
|
"name": "recipe",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |