From 4986c8821c753b5976b42d3612474fc52fce4713 Mon Sep 17 00:00:00 2001 From: kirill-makarov-crescendo Date: Mon, 23 Jun 2025 17:09:05 -0400 Subject: [PATCH 1/2] Added popup-logo-svg and popup-logo-url to engineering docs --- docs/documentation/bots/enable-bot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation/bots/enable-bot.md b/docs/documentation/bots/enable-bot.md index faa864b..c6aba49 100644 --- a/docs/documentation/bots/enable-bot.md +++ b/docs/documentation/bots/enable-bot.md @@ -39,6 +39,8 @@ You can pass the following parameters to Bot Widget: | bot-id | ID of your bot. | | logo-svg | Your Logo icon (svg) | | logo-url | Your Logo URL. Use either `logo-svg`, or `logo-url`. | +| popup-logo-svg | The Logo used for the widget popup (do not use with popup-logo-url) | +| popup-logo-url | The Logo used for the widget popup (do not use with popup-logo-svg) | | bot-icon-svg | Icon to use for messages from Bot | | user-icon-svg | Icon to use for messages from User | | system-icon-svg | Icon to use for system messages | From 278c8c261cf855975b365562ef457585c0e0276e Mon Sep 17 00:00:00 2001 From: kirill-makarov-crescendo Date: Mon, 23 Jun 2025 17:50:29 -0400 Subject: [PATCH 2/2] An example of how to use popup-logo-svg added --- docs/documentation/bots/enable-bot.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/documentation/bots/enable-bot.md b/docs/documentation/bots/enable-bot.md index c6aba49..5a083ee 100644 --- a/docs/documentation/bots/enable-bot.md +++ b/docs/documentation/bots/enable-bot.md @@ -69,6 +69,27 @@ Here is an example how to customize logo: ``` +Here is an example of how to customize the popup logo: + +```html + + + + + +``` + ## Customizing appearance You can use CSS variables to customize appearance of certain elements of the Bot Widget.