Update registry/components/FooterLogoEmphasis.json
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"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
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
"propsSchema": {
|
"propsSchema": {
|
||||||
"columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)",
|
"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')",
|
"ariaLabel?": "string (default: 'Site footer')",
|
||||||
"className?": "string"
|
"className?": "string"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user