Files
divkit/schema/div-text-range-mask-base.json
avmushtukov 90cc2cc2cb add mask property in text.ranges to support spoilers in text
commit_hash:8943b795930eb64f08489cda28fd56ec9625d5bf
2024-11-26 14:52:05 +03:00

11 lines
202 B
JSON

{
"type": "object",
"properties": {
"is_enabled": {
"type": "boolean",
"$description": "translations.json#/div_text_range_mask_is_enabled",
"default_value": "true"
}
}
}