mark unsupported properties

commit_hash:f3f8ba74ad37061ae1f827cf368088550bcb9a41
This commit is contained in:
babaevmm
2025-05-21 12:38:13 +03:00
parent 71f1948df3
commit c02c3e15d4
6 changed files with 22 additions and 4 deletions
+4
View File
@@ -54,6 +54,10 @@
"platforms": [
"web"
],
"unsupported_platforms": {
"ios": "Web specific property",
"android": "Web specific property"
},
"code_generation_disabled_swift": true
}
},
+1
View File
@@ -3,6 +3,7 @@
"$description": "translations.json#/div_cloud_background",
"platforms": [
"android",
"ios",
"web"
],
"properties": {
+4 -1
View File
@@ -96,7 +96,10 @@
"platforms": [
"android",
"web"
]
],
"unsupported_platforms": {
"ios": "There is no direct implementation, breaks the current behaviour, no plans for support."
}
},
"default_item": {
"$ref": "common.json#/non_negative_integer",
+5 -1
View File
@@ -95,7 +95,11 @@
"$description": "translations.json#/div_input_native_interface",
"platforms": [
"android"
]
],
"unsupported_platforms": {
"ios": "Android specific property",
"web": "Android specific property"
}
},
"autocapitalization": {
"type": "string",
+4 -1
View File
@@ -98,7 +98,10 @@
"platforms": [
"android",
"web"
]
],
"unsupported_platforms": {
"ios": "There is no direct implementation, breaks the current behaviour, no plans for support."
}
},
"default_item": {
"$ref": "common.json#/non_negative_integer",
+4 -1
View File
@@ -240,7 +240,10 @@
"platforms": [
"android",
"web"
]
],
"unsupported_platforms": {
"ios": "There is no direct implementation, breaks the current behaviour, no plans for support."
}
}
}
}