mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
21 lines
341 B
JSON
21 lines
341 B
JSON
{
|
|
"info": {
|
|
"name": "metas",
|
|
"description": ""
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "components_metas",
|
|
"attributes": {
|
|
"meta": {
|
|
"type": "string",
|
|
"required": true,
|
|
"default": "title"
|
|
},
|
|
"value": {
|
|
"type": "text",
|
|
"required": true,
|
|
"default": "A title"
|
|
}
|
|
}
|
|
}
|