You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I need a more concise, clear way of ways to use the middleware to customise CSS/styling.
Additional context
What I'm using:
an embedded Omnichannel Live Chat Widget in a content snippet on a Power Apps page (as outlined here)
an adaptiveCardsHostConfig (but it doesn't cover all the things I need to style)
I'm trying to style the adaptive cards and their content (such as the inputs, Action.OpenUrl items, etc.) beyond just basic styling. I want to be able to change the border radius, padding, etc. of these elements.
The most customization I can seem to do easily on adaptive cards' children is inside the webChatStyles prop:
I know about the middleware, but there are three I've seen on the BotFramework-WebChat repo and have no idea which one to use and how to access it when using Omnichannel:
activityMiddleware
attachmentMiddleware
cardActionMiddleware
Here is my script that contains the lcw() function:
Is your feature request related to a problem? Please describe.
I need a more concise, clear way of ways to use the middleware to customise CSS/styling.
Additional context
What I'm using:
adaptiveCardsHostConfig
(but it doesn't cover all the things I need to style)I'm trying to style the adaptive cards and their content (such as the inputs, Action.OpenUrl items, etc.) beyond just basic styling. I want to be able to change the border radius, padding, etc. of these elements.
The most customization I can seem to do easily on adaptive cards' children is inside the
webChatStyles
prop:I know about the middleware, but there are three I've seen on the BotFramework-WebChat repo and have no idea which one to use and how to access it when using Omnichannel:
activityMiddleware
attachmentMiddleware
cardActionMiddleware
Here is my script that contains the
lcw()
function:And here is the script that contains the Omnichannel bundle:
The text was updated successfully, but these errors were encountered: