From 9cfbc7902caa9b4099fbbe1128403e72d1c06391 Mon Sep 17 00:00:00 2001 From: 4eb0da <4eb0da@yandex-team.com> Date: Fri, 7 Apr 2023 12:51:56 +0300 Subject: [PATCH] Fix platforms support for web in the schema --- schema/div-blend-mode.json | 6 +----- schema/div-circle-shape.json | 3 ++- schema/div-pivot-fixed.json | 3 ++- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/schema/div-blend-mode.json b/schema/div-blend-mode.json index d8b2dcdfc..ecc14c45a 100644 --- a/schema/div-blend-mode.json +++ b/schema/div-blend-mode.json @@ -8,9 +8,5 @@ "multiply", "screen" ], - "$description": "translations.json#/div_blend_mode", - "platforms": [ - "android", - "ios" - ] + "$description": "translations.json#/div_blend_mode" } diff --git a/schema/div-circle-shape.json b/schema/div-circle-shape.json index b56123fb7..4ade57057 100644 --- a/schema/div-circle-shape.json +++ b/schema/div-circle-shape.json @@ -25,6 +25,7 @@ "type" ], "platforms": [ - "android" + "android", + "web" ] } diff --git a/schema/div-pivot-fixed.json b/schema/div-pivot-fixed.json index cf9e928c5..4584b0543 100644 --- a/schema/div-pivot-fixed.json +++ b/schema/div-pivot-fixed.json @@ -19,6 +19,7 @@ } }, "platforms": [ - "ios" + "ios", + "web" ] }