fix: Corregir case-sensitivity en namespaces PHP para compatibilidad Linux
- HeroSectionRenderer: namespace herosection → HeroSection (PascalCase) - TopNotificationBarFormBuilder: namespace UI → Ui - TopNotificationBarRenderer: @package docblock corregido - LegacyDBManagerAdapter: ROITheme\Component → ROITheme\Shared - LegacyDBManagerAdapter: ROITheme\Domain\Component → ROITheme\Shared\Domain\Entities - functions-addon: actualizada referencia a HeroSectionRenderer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -220,6 +220,27 @@
|
||||
"default": "20px",
|
||||
"editable": true,
|
||||
"description": "Redondeo de esquinas de los badges"
|
||||
},
|
||||
"min_height": {
|
||||
"type": "text",
|
||||
"label": "Altura mínima del hero",
|
||||
"default": "120px",
|
||||
"editable": true,
|
||||
"description": "Altura mínima del contenedor hero para prevenir layout shift (CLS)"
|
||||
},
|
||||
"title_min_height": {
|
||||
"type": "text",
|
||||
"label": "Altura mínima del título",
|
||||
"default": "3rem",
|
||||
"editable": true,
|
||||
"description": "Altura mínima del título para prevenir layout shift (CLS)"
|
||||
},
|
||||
"badge_min_height": {
|
||||
"type": "text",
|
||||
"label": "Altura mínima de badges",
|
||||
"default": "32px",
|
||||
"editable": true,
|
||||
"description": "Altura mínima de los badges para prevenir layout shift (CLS)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user