From e952182de029a1bbcdaa54bb2f13c27f15edd021 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Thu, 4 Jul 2024 03:44:32 -0700 Subject: [PATCH] update embed openOnLoad attrib --- embed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed/README.md b/embed/README.md index c439d786..8651309f 100644 --- a/embed/README.md +++ b/embed/README.md @@ -95,7 +95,7 @@ REQUIRED data attributes: **Behavior Overrides** -- `data-open-on-load` — Once loaded, open the chat as default. It can still be closed by the user. +- `data-open-on-load` — Once loaded, open the chat as default. It can still be closed by the user. To enable set this attribute to `on`. All other values will be ignored. - `data-support-email` — Shows a support email that the user can used to draft an email via the "three dot" menu in the top right. Option will not appear if it is not set.