Add press actions for slider in schema

commit_hash:13e8833b0db03d57f0e1395a82cb7bd28f4fe642
This commit is contained in:
grechka62
2026-04-30 11:46:39 +03:00
parent 08aed37653
commit 747201cd08
+16
View File
@@ -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": []
}
}
}