mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
17 lines
244 B
JSON
17 lines
244 B
JSON
{
|
|
"collectionName": "components_blog_subsubs",
|
|
"info": {
|
|
"name": "subsub",
|
|
"icon": "air-freshener"
|
|
},
|
|
"options": {},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"email": {
|
|
"type": "email"
|
|
}
|
|
}
|
|
}
|