Update registry/components/FooterBase.json

This commit is contained in:
2026-03-03 20:51:43 +00:00
parent 393e884a67
commit da7d06dbec

View File

@@ -6,14 +6,14 @@
"textRules": {
"logoText": {
"required": false,
"default": "Webild",
"default": "Twiggs Local Clean LLC ",
"example": "Company Name",
"minChars": 2,
"maxChars": 30
},
"copyrightText": {
"required": false,
"default": "© 2025 | Webild",
"default": "© 2025 | Twiggs Local Clean LLC ",
"example": "© 2025 Company Name",
"minChars": 5,
"maxChars": 50
@@ -51,8 +51,8 @@
},
"propsSchema": {
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)",
"logoText?": "string (default: 'Webild')",
"copyrightText?": "string (default: '© 2025 | Webild')",
"logoText?": "string (default: 'Twiggs Local Clean LLC ')",
"copyrightText?": "string (default: '© 2025 | Twiggs Local Clean LLC ')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",