mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
21 lines
321 B
JSON
21 lines
321 B
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "articles",
|
|
"info": {
|
|
"name": "article",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string"
|
|
},
|
|
"content": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
} |