11 lines
160 B
JSON
Raw Normal View History

2020-05-20 10:19:01 +02:00
{
"name": "Only text",
"options": {},
"html": "this is the text",
"expected": [
{
"data": "this is the text",
"type": "text"
}
]
}