Update registry/components/FooterBase.json
This commit is contained in:
@@ -5,14 +5,14 @@
|
|||||||
"textRules": {
|
"textRules": {
|
||||||
"logoText": {
|
"logoText": {
|
||||||
"required": false,
|
"required": false,
|
||||||
"default": "Webild",
|
"default": "Proofweb",
|
||||||
"example": "Company Name",
|
"example": "Company Name",
|
||||||
"minChars": 2,
|
"minChars": 2,
|
||||||
"maxChars": 30
|
"maxChars": 30
|
||||||
},
|
},
|
||||||
"copyrightText": {
|
"copyrightText": {
|
||||||
"required": false,
|
"required": false,
|
||||||
"default": "© 2025 | Webild",
|
"default": "© 2025 | Proofweb",
|
||||||
"example": "© 2025 Company Name",
|
"example": "© 2025 Company Name",
|
||||||
"minChars": 5,
|
"minChars": 5,
|
||||||
"maxChars": 50
|
"maxChars": 50
|
||||||
@@ -50,8 +50,8 @@
|
|||||||
},
|
},
|
||||||
"propsSchema": {
|
"propsSchema": {
|
||||||
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns",
|
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns",
|
||||||
"logoText?": "string (default: 'Webild')",
|
"logoText?": "string (default: 'Proofweb')",
|
||||||
"copyrightText?": "string (default: '© 2025 | Webild')",
|
"copyrightText?": "string (default: '© 2025 | Proofweb')",
|
||||||
"onPrivacyClick?": "() => void",
|
"onPrivacyClick?": "() => void",
|
||||||
"ariaLabel?": "string (default: 'Site footer')",
|
"ariaLabel?": "string (default: 'Site footer')",
|
||||||
"className?": "string"
|
"className?": "string"
|
||||||
|
|||||||
Reference in New Issue
Block a user