Switch to version 2: modified registry/schemas/FooterCard.schema.json

This commit is contained in:
2026-03-05 18:29:04 +00:00
parent 4a33d421e6
commit 546bfb62da

View File

@@ -1,8 +1,8 @@
{
"name": "FooterCard",
"propsSchema": {
"logoText?": "string (default: 'Contact Us ')",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"logoText?": "string (default: 'Webild')",
"copyrightText?": "string (default: '© 2025 | Webild')",
"socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",