mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"features": [{
|
|
"id": "text_truncate",
|
|
"name": "Text truncate",
|
|
"status": {
|
|
"deprecated": true,
|
|
"notes": "Property is deprecated and should not be used. Use <code>ellipsis</code> instead"
|
|
},
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "1.0.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "1.0.0"
|
|
}
|
|
}
|
|
}]
|
|
}
|