Files
divkit/schema/div-size-unit.json
4eb0da 5bf6a17fd5 Mark unsupported
commit_hash:feba557c27f0f7d15854364cb34ecd7e05ec51f5
2025-05-15 11:44:24 +03:00

17 lines
314 B
JSON

{
"type": "string",
"enum": [
"dp",
"sp",
"px"
],
"$description": "translations.json#/div_size_unit",
"platforms": [
"android",
"ios"
],
"unsupported_platforms": {
"web": "All sizes are set in dp or sp, controlled by integration code. There is no concept of device px."
}
}