mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
5bf6a17fd5
commit_hash:feba557c27f0f7d15854364cb34ecd7e05ec51f5
17 lines
314 B
JSON
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."
|
|
}
|
|
}
|