mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Renamed div_id to id in test data
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
"type": "fixed",
|
||||
"value": 250
|
||||
},
|
||||
"div_id": "transition_change_demo_state",
|
||||
"id": "transition_change_demo_state",
|
||||
"states": [
|
||||
{
|
||||
"state_id": "state1",
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
},
|
||||
{
|
||||
"type": "state",
|
||||
"div_id": "sample",
|
||||
"id": "sample",
|
||||
"states": [
|
||||
{
|
||||
"state_id": "first",
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
},
|
||||
{
|
||||
"type": "state",
|
||||
"div_id": "sample",
|
||||
"id": "sample",
|
||||
"states": [
|
||||
{
|
||||
"state_id": "visible",
|
||||
|
||||
Reference in New Issue
Block a user