mirror of
https://github.com/strapi/strapi.git
synced 2025-08-16 04:34:40 +00:00
19 lines
329 B
JSON
19 lines
329 B
JSON
![]() |
{
|
||
|
"connection": "default",
|
||
|
"collectionName": "components_nested_nested_compos",
|
||
|
"info": {
|
||
|
"name": "nested compo",
|
||
|
"icon": "angle-double-down"
|
||
|
},
|
||
|
"attributes": {
|
||
|
"name": {
|
||
|
"type": "string",
|
||
|
"default": "nested default",
|
||
|
"unique": true
|
||
|
},
|
||
|
"email": {
|
||
|
"type": "email"
|
||
|
}
|
||
|
}
|
||
|
}
|