PrismLauncher/tests/testdata/MetaComponentParse/component_with_link.json
cullvox ee7016fa54 use clang-format
Signed-off-by: cullvox <cullvox@outlook.com
2023-09-13 14:28:56 -04:00

13 lines
305 B
JSON

{
"description": [
{
"text": "Hello, Component!",
"clickEvent": {
"open_url": true,
"value": "https://google.com"
}
}
],
"expected_output": "<a href=\"https://google.com\">Hello, Component!</a>"
}