26 lines
443 B
JSON
26 lines
443 B
JSON
|
{
|
||
|
"collectionName": "components_shared_seos",
|
||
|
"info": {
|
||
|
"displayName": "seo",
|
||
|
"icon": "search",
|
||
|
"description": ""
|
||
|
},
|
||
|
"options": {},
|
||
|
"attributes": {
|
||
|
"metaTitle": {
|
||
|
"required": true,
|
||
|
"type": "string",
|
||
|
"maxLength": 60
|
||
|
},
|
||
|
"metaDescription": {
|
||
|
"type": "string",
|
||
|
"required": true,
|
||
|
"minLength": 50
|
||
|
},
|
||
|
"keywords": {
|
||
|
"type": "text",
|
||
|
"regex": "[^,]+"
|
||
|
}
|
||
|
}
|
||
|
}
|