mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 15:06:11 +00:00
16 lines
243 B
JSON
16 lines
243 B
JSON
{
|
|
"collectionName": "components_blog_test_comos",
|
|
"info": {
|
|
"name": "test comp",
|
|
"icon": "ad",
|
|
"description": ""
|
|
},
|
|
"options": {},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"default": "toto"
|
|
}
|
|
}
|
|
}
|