ff-webpage-cms/src/components/global/seo.json

25 lines
442 B
JSON

{
"collectionName": "components_global_seos",
"info": {
"displayName": "seo",
"icon": "search",
"description": ""
},
"options": {},
"attributes": {
"metaTitle": {
"required": true,
"type": "string",
"maxLength": 60
},
"metaDescription": {
"type": "string",
"required": false,
"default": ""
},
"keywords": {
"type": "text",
"regex": "[^,]+"
}
}
}