Update registry/components/FooterLogoEmphasis.json

This commit is contained in:
2026-02-18 22:48:21 +00:00
parent 05ac1b4954
commit a592dfbb9d

View File

@@ -5,7 +5,7 @@
"textRules": {
"logoText": {
"required": false,
"default": "Webild",
"default": "Proofweb",
"example": "Company Name",
"minChars": 2,
"maxChars": 30
@@ -40,7 +40,7 @@
},
"propsSchema": {
"columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)",
"logoText?": "string (default: 'Webild')",
"logoText?": "string (default: 'Proofweb')",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string"
},