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

26 lines
442 B
JSON
Raw Normal View History

2025-01-05 16:56:49 +01:00
{
2025-02-13 11:33:54 +01:00
"collectionName": "components_global_seos",
2025-01-05 16:56:49 +01:00
"info": {
"displayName": "seo",
"icon": "search",
"description": ""
},
"options": {},
"attributes": {
"metaTitle": {
"required": true,
"type": "string",
"maxLength": 60
},
"metaDescription": {
"type": "string",
2025-02-14 13:57:42 +01:00
"required": false,
"default": ""
2025-01-05 16:56:49 +01:00
},
"keywords": {
"type": "text",
"regex": "[^,]+"
}
}
}