Files
9b21deea-ef51-4f7a-aaa4-8a2…/registry/schemas/FooterLogoReveal.schema.json
2026-04-11 13:45:30 +00:00

17 lines
567 B
JSON

{
"name": "FooterLogoReveal",
"propsSchema": {
"logoSrc?": "string",
"logoAlt?": "string",
"logoText": "string (required)",
"leftLink": "{ text: string, onClick?: () => void, href?: string } (required)",
"rightLink": "{ text: string, onClick?: () => void, href?: string } (required)",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",
"wrapperClassName?": "string",
"containerClassName?": "string",
"logoClassName?": "string",
"logoImageClassName?": "string",
"linkClassName?": "string"
}
}