Countdown / Timer
Timer de cuenta regresiva con CTA. Ideal para ofertas limitadas, lanzamientos o eventos.
Configuración
| Campo | Tipo | Default | Descripción |
|---|---|---|---|
title | text | — | Título |
subtitle | textarea | — | Subtítulo |
ends_at | datetime | — | Fecha/hora de fin (ISO 8601) |
cta_text | text | — | Texto del botón CTA |
cta_url | url | — | URL del CTA |
bg_color | color | #0F172A | Color de fondo |
fg_color | color | #FFFFFF | Color del texto |
accent_color | color | #F59E0B | Color de acento (números) |
message_after | text | — | Mensaje cuando termina el countdown |
Ejemplo
{
"title": "¡Oferta por tiempo limitado!",
"subtitle": "No te quedes sin tu descuento",
"ends_at": "2026-07-31T23:59:59Z",
"cta_text": "Comprar ahora",
"cta_url": "/collections/ofertas",
"bg_color": "#0F172A",
"fg_color": "#FFFFFF",
"accent_color": "#F59E0B",
"message_after": "La oferta ha terminado"
}