> For the complete documentation index, see [llms.txt](https://docs.hello-lisa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hello-lisa.com/developers/widgets/promo-widget/configuration-options/live-deprecated.md).

# Live (deprecated)

{% hint style="danger" %}
Deprecated!

Use Web SDK config localisation.alertLiveCaption instead.
{% endhint %}

The optional live option is the equivalent to the countdown setting. It allows you to set a caption, rendered underneath the title, for a show that is currently live.

```typescript
const alertConfig: Partial<AlertConfig> = {
  live: {
    caption: 'Now live',
  },
};
```
