mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
26 lines
590 B
JSON
26 lines
590 B
JSON
{
|
|
"description": "Text with fixed width",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"card": {
|
|
"log_id": "snapshot_test_card",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "text",
|
|
"text": "It is a dark time for the Rebellion. Although the Death Star has been destroyed, Imperial troops have driven the Rebel forces from their hidden base and pursued them across the galaxy.",
|
|
"font_size": 12,
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|