mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 13:17:47 +00:00
22 lines
340 B
JSON
22 lines
340 B
JSON
{
|
|
"collectionName": "components_blog_contents",
|
|
"info": {
|
|
"name": "content",
|
|
"icon": "ad"
|
|
},
|
|
"options": {},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"content": {
|
|
"type": "text"
|
|
},
|
|
"sub": {
|
|
"type": "component",
|
|
"repeatable": false,
|
|
"component": "blog.sub"
|
|
}
|
|
}
|
|
}
|