mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_accessibility",
|
|
"properties": {
|
|
"description": {
|
|
"type": "string",
|
|
"$description": "translations.json#/div_accessibility_description"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"none",
|
|
"button",
|
|
"image",
|
|
"text",
|
|
"edit_text",
|
|
"header",
|
|
"tab_bar",
|
|
"list",
|
|
"select",
|
|
"auto"
|
|
],
|
|
"default_value": "auto",
|
|
"supports_expressions": false,
|
|
"$description": "translations.json#/div_accessibility_type",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
},
|
|
"state_description": {
|
|
"type": "string",
|
|
"$description": "translations.json#/div_accessibility_state_description",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
},
|
|
"hint": {
|
|
"type": "string",
|
|
"$description": "translations.json#/div_accessibility_hint",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
},
|
|
"mode": {
|
|
"type": "string",
|
|
"enum": [
|
|
"default",
|
|
"merge",
|
|
"exclude"
|
|
],
|
|
"default_value": "default",
|
|
"$description": "translations.json#/div_accessibility_mode",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
},
|
|
"mute_after_action": {
|
|
"$ref": "common.json#/boolean_int",
|
|
"default_value": "false",
|
|
"$description": "translations.json#/div_accessibility_mute_after_action",
|
|
"platforms": [ "ios" ]
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|