Update registry/schemas/FooterBase.schema.json

This commit is contained in:
2026-03-05 17:57:04 +00:00
parent b819ded3e8
commit f5dbaa3a83

View File

@@ -2,8 +2,8 @@
"name": "FooterBase",
"propsSchema": {
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns",
"logoText?": "string (default: 'Webild')",
"copyrightText?": "string (default: '© 2025 | Webild')",
"logoText?": "string (default: 'Contact Us ')",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",