mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 11:48:43 +00:00
25 lines
488 B
JSON
25 lines
488 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"
|
|
},
|
|
"zzzz": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|