2023-09-12 21:34:42 -04:00
|
|
|
{
|
2023-09-13 14:28:56 -04:00
|
|
|
"description": [
|
|
|
|
{
|
|
|
|
"text": "Hello, Component!",
|
|
|
|
"clickEvent": {
|
2023-09-16 10:20:24 +03:00
|
|
|
"action": "open_url",
|
2023-09-13 14:28:56 -04:00
|
|
|
"value": "https://google.com"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"expected_output": "<a href=\"https://google.com\">Hello, Component!</a>"
|
2023-09-12 21:34:42 -04:00
|
|
|
}
|