19 lines
331 B
JSON
Raw Normal View History

2019-12-05 16:27:55 +01:00
{
"connection": "default",
"collectionName": "components_nested_nested_compos",
"info": {
"name": "nested compo",
"icon": "angle-double-down"
},
"attributes": {
"name": {
"type": "string",
2019-12-05 16:49:29 +01:00
"default": "nested defaultrr",
2019-12-05 16:27:55 +01:00
"unique": true
},
"email": {
"type": "email"
}
}
}