mirror of
https://github.com/strapi/strapi.git
synced 2026-02-06 15:27:41 +00:00
14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"collectionName": "components_default_cars",
|
|
"info": {
|
|
"displayName": "car",
|
|
"icon": "align-right"
|
|
},
|
|
"options": {},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|