Backup pre-corrección namespaces: mejoras schemas y componentes
Cambios incluidos: - Actualización de copy/textos en 7 schemas JSON - Mejoras en AdminAjaxHandler con mapeos adicionales - Refactorización de FormBuilders y Renderers - Correcciones en dashboard admin JS - Nuevo ContactFormRenderer funcional NOTA: Este commit sirve como respaldo antes de corregir inconsistencias de case en namespaces (API→Api, WordPress→Wordpress) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -45,31 +45,31 @@
|
||||
"title": {
|
||||
"type": "text",
|
||||
"label": "Titulo",
|
||||
"default": "Accede a 200,000+ Analisis de Precios Unitarios",
|
||||
"default": "Tu Punto de Partida: +200,000 Precios Unitarios",
|
||||
"editable": true
|
||||
},
|
||||
"description": {
|
||||
"type": "textarea",
|
||||
"label": "Descripcion",
|
||||
"default": "Consulta estructuras completas, insumos y dosificaciones de los APUs mas utilizados en construccion en Mexico.",
|
||||
"default": "Olvídate de la página en blanco. Consulta estructuras, rendimientos y componentes listos para adaptar a tu proyecto.",
|
||||
"editable": true
|
||||
},
|
||||
"button_text": {
|
||||
"type": "text",
|
||||
"label": "Texto del boton",
|
||||
"default": "Ver Catalogo Completo",
|
||||
"default": "Convertirme en V.I.P.",
|
||||
"editable": true
|
||||
},
|
||||
"button_url": {
|
||||
"type": "url",
|
||||
"label": "URL del boton",
|
||||
"default": "/catalogo",
|
||||
"default": "/suscripcion-vip",
|
||||
"editable": true
|
||||
},
|
||||
"button_icon": {
|
||||
"type": "text",
|
||||
"label": "Icono del boton",
|
||||
"default": "bi-arrow-right",
|
||||
"default": "bi-star-fill",
|
||||
"editable": true,
|
||||
"description": "Clase de Bootstrap Icons (ej: bi-arrow-right)"
|
||||
}
|
||||
@@ -141,22 +141,23 @@
|
||||
"button_bg_color": {
|
||||
"type": "color",
|
||||
"label": "Fondo boton",
|
||||
"default": "#ffffff",
|
||||
"default": "#FF8600",
|
||||
"editable": true,
|
||||
"description": "btn-light de Bootstrap"
|
||||
"description": "Color naranja primario"
|
||||
},
|
||||
"button_text_color": {
|
||||
"type": "color",
|
||||
"label": "Texto boton",
|
||||
"default": "#212529",
|
||||
"default": "#ffffff",
|
||||
"editable": true,
|
||||
"description": "Color oscuro para contraste"
|
||||
"description": "Texto blanco para contraste"
|
||||
},
|
||||
"button_hover_bg": {
|
||||
"type": "color",
|
||||
"label": "Fondo boton hover",
|
||||
"default": "#f8f9fa",
|
||||
"editable": true
|
||||
"default": "#e67a00",
|
||||
"editable": true,
|
||||
"description": "Naranja oscuro en hover"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -180,9 +181,9 @@
|
||||
"container_padding": {
|
||||
"type": "text",
|
||||
"label": "Padding interno",
|
||||
"default": "1.5rem",
|
||||
"default": "2rem",
|
||||
"editable": true,
|
||||
"description": "p-4 de Bootstrap"
|
||||
"description": "Padding interno del contenedor"
|
||||
},
|
||||
"title_margin_bottom": {
|
||||
"type": "text",
|
||||
@@ -207,9 +208,9 @@
|
||||
"border_radius": {
|
||||
"type": "text",
|
||||
"label": "Radio de borde",
|
||||
"default": "0.375rem",
|
||||
"default": "12px",
|
||||
"editable": true,
|
||||
"description": "rounded de Bootstrap"
|
||||
"description": "Radio de esquinas del contenedor"
|
||||
},
|
||||
"gradient_angle": {
|
||||
"type": "text",
|
||||
@@ -239,8 +240,9 @@
|
||||
"box_shadow": {
|
||||
"type": "text",
|
||||
"label": "Sombra contenedor",
|
||||
"default": "none",
|
||||
"editable": true
|
||||
"default": "0 8px 24px rgba(255, 133, 0, 0.3)",
|
||||
"editable": true,
|
||||
"description": "Sombra naranja sutil"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user