Fix platforms support for web in the schema

This commit is contained in:
4eb0da
2023-04-07 12:51:56 +03:00
parent a1c159490b
commit 9cfbc7902c
3 changed files with 5 additions and 7 deletions
+1 -5
View File
@@ -8,9 +8,5 @@
"multiply",
"screen"
],
"$description": "translations.json#/div_blend_mode",
"platforms": [
"android",
"ios"
]
"$description": "translations.json#/div_blend_mode"
}
+2 -1
View File
@@ -25,6 +25,7 @@
"type"
],
"platforms": [
"android"
"android",
"web"
]
}
+2 -1
View File
@@ -19,6 +19,7 @@
}
},
"platforms": [
"ios"
"ios",
"web"
]
}