mirror of
https://github.com/strapi/strapi.git
synced 2025-08-15 12:18:38 +00:00
22 lines
444 B
JSON
22 lines
444 B
JSON
![]() |
{
|
||
|
"connection": "default",
|
||
|
"collectionName": "components_nested_compo_with_nesteds",
|
||
|
"info": {
|
||
|
"name": "compo with nested",
|
||
|
"icon": "address-card"
|
||
|
},
|
||
|
"attributes": {
|
||
|
"something": {
|
||
|
"type": "string",
|
||
|
"default": "default value",
|
||
|
"required": true,
|
||
|
"unique": true
|
||
|
},
|
||
|
"nestcompofield": {
|
||
|
"type": "component",
|
||
|
"repeatable": false,
|
||
|
"component": "nested.nested-compo"
|
||
|
}
|
||
|
}
|
||
|
}
|