mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Add press actions for slider in schema
commit_hash:13e8833b0db03d57f0e1395a82cb7bd28f4fe642
This commit is contained in:
@@ -139,6 +139,22 @@
|
||||
"ios",
|
||||
"web"
|
||||
]
|
||||
},
|
||||
"press_start_actions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "div-action.json"
|
||||
},
|
||||
"$description": "translations.json#/div_actionable_press_start_actions",
|
||||
"platforms": []
|
||||
},
|
||||
"press_end_actions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "div-action.json"
|
||||
},
|
||||
"$description": "translations.json#/div_actionable_press_end_actions",
|
||||
"platforms": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user