Files
e0db1f1f-c443-4d4b-9a97-ab8…/registry/schemas/FooterLogoReveal.schema.json
2026-06-06 13:45:24 +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"
}
}