strapi/examples/getstarted/api/recipe/models/Recipe.settings.json
2019-07-12 14:15:56 +02:00

18 lines
274 B
JSON

{
"connection": "default",
"collectionName": "recipes",
"info": {
"name": "recipe",
"description": ""
},
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {
"title": {
"type": "string"
}
}
}