Button
A button element is a simple button, where the url and text that is shown on the button, can be configured.
Code
ButtonDto{
"text":"button text",
"url":"www.shophub.com"
}Arguments
text●required
string
The text that is displayed on the button.
url●required
string
The url the button links to. This can be an internal or external url.