Will the List implementation of Carousel card support URLs.
Expectation is that onclick, I can redirect a user to the relevant page.
Will the List implementation of Carousel card support URLs.
Expectation is that onclick, I can redirect a user to the relevant page.
Carousel cards support it.
What exactly do you mean by list implementation here? Could you please share a screenshot of that component?
Yes, it is supported.
what would be the format for generating this?
Docs only indicates text based
Would the object just be
{
title: "ABC",
text: "ABC",
url: "https://www.sample-site.com/"
}
Yes, wherever you need URL.
In that object you place the same.