mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Fix platforms support for web in the schema
This commit is contained in:
@@ -8,9 +8,5 @@
|
||||
"multiply",
|
||||
"screen"
|
||||
],
|
||||
"$description": "translations.json#/div_blend_mode",
|
||||
"platforms": [
|
||||
"android",
|
||||
"ios"
|
||||
]
|
||||
"$description": "translations.json#/div_blend_mode"
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"type"
|
||||
],
|
||||
"platforms": [
|
||||
"android"
|
||||
"android",
|
||||
"web"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
}
|
||||
},
|
||||
"platforms": [
|
||||
"ios"
|
||||
"ios",
|
||||
"web"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user