Update registry/schemas/FooterMedia.schema.json

This commit is contained in:
2026-02-18 22:49:01 +00:00
parent 957147864b
commit c4ce1792d2

View File

@@ -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: 'Proofweb')",
"copyrightText?": "string (default: '© 2025 | Proofweb')",
"logoText?": "string (default: 'Proof Digital')",
"copyrightText?": "string (default: '© 2025 | Proof Digital')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",