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