mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 01:09:49 +00:00
40 lines
684 B
JSON
40 lines
684 B
JSON
![]() |
{
|
||
|
"kind": "collectionType",
|
||
|
"collectionName": "articles",
|
||
|
"info": {
|
||
|
"name": "article"
|
||
|
},
|
||
|
"options": {
|
||
|
"increments": true,
|
||
|
"timestamps": true
|
||
|
},
|
||
|
"attributes": {
|
||
|
"name": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"content": {
|
||
|
"type": "component",
|
||
|
"repeatable": false,
|
||
|
"component": "blog.content"
|
||
|
},
|
||
|
"content2repet": {
|
||
|
"type": "component",
|
||
|
"repeatable": true,
|
||
|
"component": "blog.content"
|
||
|
},
|
||
|
"dz": {
|
||
|
"type": "dynamiczone",
|
||
|
"components": [
|
||
|
"blog.content",
|
||
|
"blog.sub"
|
||
|
]
|
||
|
},
|
||
|
"address": {
|
||
|
"model": "address"
|
||
|
},
|
||
|
"address2": {
|
||
|
"model": "address"
|
||
|
}
|
||
|
}
|
||
|
}
|