Text formatting in digital views

I am currently working on a Digital View, and have three questions about the List Template that I haven’t been able to find answers for in the documentation:

  1. I would like to bold parts of the description of each element and insert a link. Almost all other areas of Kore AI support standard markdown, but I can’t find any way to format the text in digital views, even adding a newline doesn’t work. Is there a way to format text in Digital Views?

  2. Our users really don’t like that they have to click the dropdown button on the bottom right to view all the buttons associated with an element in the list view. Is there a way to automatically expand the buttons by default?
  3. I have been able to set up the default action for the title of an element, but I want to add a seperate default action for parts of the description of an element. Is that possible?

Hi @shaun.birch ,

Thank you for reaching out to Kore.ai Community.
We have reviewed the details shared by you and confirm that for the requests 1 and 3 we will raise enhancement requests with the platform team.

Please try the below for the request 2, to expand the button.

set displayLimit.count to number of buttons you want to show
"buttonsLayout": {
 "displayLimit": {
 "count": "10"
 },
 "style": "float"
 },

Thank you,
Srujan Madderla
Kore.ai Community Team

Thank you for the response! That suggestion doesn’t appear to work. It changes how the buttons appear once it’s been expanded, but does not automatically expand the button area:
image