Update registry/components/FooterBase.json

This commit is contained in:
2026-03-05 18:44:43 +00:00
parent 1fb90c5662
commit 498551affb

View File

@@ -6,14 +6,14 @@
"textRules": {
"logoText": {
"required": false,
"default": "Contact Us ",
"default": "CONTACT US ",
"example": "Company Name",
"minChars": 2,
"maxChars": 30
},
"copyrightText": {
"required": false,
"default": "© 2025 | Contact Us ",
"default": "© 2025 | CONTACT US ",
"example": "© 2025 Company Name",
"minChars": 5,
"maxChars": 50
@@ -51,8 +51,8 @@
},
"propsSchema": {
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)",
"logoText?": "string (default: 'Contact Us ')",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"copyrightText?": "string (default: '© 2025 | CONTACT US ')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",