mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 04:33:46 +00:00
22 lines
362 B
JSON
22 lines
362 B
JSON
{
|
|
"info": {
|
|
"name": "metas",
|
|
"description": "",
|
|
"icon": "angry"
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "components_metas",
|
|
"attributes": {
|
|
"meta": {
|
|
"type": "string",
|
|
"required": true,
|
|
"default": "title"
|
|
},
|
|
"value": {
|
|
"type": "text",
|
|
"required": true,
|
|
"default": "A title"
|
|
}
|
|
}
|
|
}
|