Update registry/schemas/FooterCard.schema.json

This commit is contained in:
2026-02-13 17:15:01 +00:00
parent 891e0481ae
commit 891a5cfcb2

View File

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