From 2add6eaf8a8ef542d6467ba3be121a95a07e5b41 Mon Sep 17 00:00:00 2001 From: 4eb0da <4eb0da@yandex-team.com> Date: Mon, 2 Dec 2024 12:38:41 +0300 Subject: [PATCH] Upd support commit_hash:6045d5cf8fa896214ea6f028fad1b1320d1e4c77 --- schema/div-action-animator-start.json | 6 +++++- schema/div-action-animator-stop.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/schema/div-action-animator-start.json b/schema/div-action-animator-start.json index 22a633a15..1e3339dc1 100644 --- a/schema/div-action-animator-start.json +++ b/schema/div-action-animator-start.json @@ -42,7 +42,11 @@ "$description": "translations.json#/div_action_animator_start_end_value" } }, - "platforms": [], + "platforms": [ + "ios", + "android", + "web" + ], "required": [ "type", "animator_id" diff --git a/schema/div-action-animator-stop.json b/schema/div-action-animator-stop.json index 8d82b43b4..425e873b7 100644 --- a/schema/div-action-animator-stop.json +++ b/schema/div-action-animator-stop.json @@ -13,7 +13,11 @@ "$description": "translations.json#/div_action_animator_stop_animator_id" } }, - "platforms": [], + "platforms": [ + "android", + "ios", + "web" + ], "required": [ "type", "animator_id"