Forum Discussion
david-h
06-05-2022Cloud Apps
Hi gwolfe , sorry for late answer but schedule is toough those days.
If you have not find the answer, here is a block of code that should helps you. The key is to add a block called selectActions following an items block. In this example, the block is added after an image, but it can work also directly on text.
{
"style": "",
"script": "",
"title": "",
"showCarousel": true,
"body": [
{
"type": "Container",
"items": [
{
"type": "Image",
"url": "/plugins/BloX/blox-images/image.png",
"altText": "image descriptions",
"size": "medium"
}
],
"selectAction": {
"type": "JTD",
"title": "Jump To Dashboard",
"data": {
"dashboardId": "",
"panelsToInclude": [
{
"panel": "Category",
"value": "{value:Category}"
}
],
"args": {
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
}
}
],
"actions": []
}
Hope this will help you. This opens a lots of possibilites !
Enjoy !
Best, David.