21 lines
341 B
JSON
21 lines
341 B
JSON
{
|
|
"textRenderer": {
|
|
"data": {
|
|
"textId": {
|
|
"viewType": "Text",
|
|
"text": "Testing text"
|
|
}
|
|
},
|
|
"view": [
|
|
{
|
|
"property": {
|
|
"viewType": "Text",
|
|
"layoutId": "textId",
|
|
"fontSize": 36,
|
|
"width": "200",
|
|
"height": "100"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |