blob: 188c004cd5122b6f87f4b6f5c26c84dc374598e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"description": [
{
"text": "Hello, Component!",
"clickEvent": {
"action": "open_url",
"value": "https://google.com"
}
}
],
"expected_output": "<a href=\"https://google.com\">Hello, Component!</a>"
}
|