mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 11:48:43 +00:00
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "components_nested_nested_compos",
|
|
"info": {
|
|
"name": "nested compo",
|
|
"icon": "angle-double-down"
|
|
},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"default": "nested defaultrr",
|
|
"unique": true
|
|
},
|
|
"email": {
|
|
"type": "email"
|
|
}
|
|
}
|
|
}
|