From 2af0ff6049af9178b8cdcb6047d72d55f8da02e6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:57:06 +0000 Subject: [PATCH] Update registry/schemas/FooterMedia.schema.json --- registry/schemas/FooterMedia.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterMedia.schema.json b/registry/schemas/FooterMedia.schema.json index ca8489d..94f9a8b 100644 --- a/registry/schemas/FooterMedia.schema.json +++ b/registry/schemas/FooterMedia.schema.json @@ -6,8 +6,8 @@ "videoSrc": "string (required if no imageSrc)", "videoAriaLabel?": "string (default: 'Footer video')", "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",