Update registry/schemas/FooterCard.schema.json

This commit is contained in:
2026-02-18 22:48:59 +00:00
parent 077eda0dbc
commit 212ab7e03b

View File

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