mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
22 lines
349 B
JSON
22 lines
349 B
JSON
{
|
|
"collectionName": "components_blog_subs",
|
|
"info": {
|
|
"name": "sub",
|
|
"icon": "allergies"
|
|
},
|
|
"options": {},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"subsub": {
|
|
"type": "component",
|
|
"repeatable": false,
|
|
"component": "blog.subsub"
|
|
},
|
|
"address": {
|
|
"model": "address"
|
|
}
|
|
}
|
|
}
|