mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
mark unsupported properties
commit_hash:f3f8ba74ad37061ae1f827cf368088550bcb9a41
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
"platforms": [
|
||||
"web"
|
||||
],
|
||||
"unsupported_platforms": {
|
||||
"ios": "Web specific property",
|
||||
"android": "Web specific property"
|
||||
},
|
||||
"code_generation_disabled_swift": true
|
||||
}
|
||||
},
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"$description": "translations.json#/div_cloud_background",
|
||||
"platforms": [
|
||||
"android",
|
||||
"ios",
|
||||
"web"
|
||||
],
|
||||
"properties": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -240,7 +240,10 @@
|
||||
"platforms": [
|
||||
"android",
|
||||
"web"
|
||||
]
|
||||
],
|
||||
"unsupported_platforms": {
|
||||
"ios": "There is no direct implementation, breaks the current behaviour, no plans for support."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user