Update registry/components/FooterLogoReveal.json

This commit is contained in:
2026-03-04 08:37:48 +00:00
parent ec9fbd573c
commit e15c237605

View File

@@ -5,7 +5,7 @@
"textRules": {
"logoText": {
"required": false,
"example": "Webild",
"example": "Wdebild",
"minChars": 2,
"maxChars": 30,
"note": "Text used for SVG logo"
@@ -19,12 +19,12 @@
}
},
"propsSchema": {
"logoText?": "string (default: 'Webild')",
"logoText?": "string (default: 'Wdebild')",
"logoLineHeight?": "number (default: 1.1)",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string"
},
"usageExample": "<FooterLogoReveal logoText=\"Webild\" />",
"usageExample": "<FooterLogoReveal logoText=\"Wdebild\" />",
"do": [
"Use for general use"
],