diff --git a/schema/div-base.json b/schema/div-base.json index 39133a60a..a7474cf55 100644 --- a/schema/div-base.json +++ b/schema/div-base.json @@ -269,6 +269,12 @@ "unsupported_platforms": { "web": "No need for reuse identifier" } + }, + "capture_focus_on_action": { + "type": "boolean", + "default_value": "true", + "$description": "translations.json#/div_base_capture_focus_on_action", + "platforms": [] } } } diff --git a/schema/translations.json b/schema/translations.json index 63786b895..eed583042 100644 --- a/schema/translations.json +++ b/schema/translations.json @@ -2874,5 +2874,9 @@ "div_wrap_content_size_constrained": { "en": "The final size mustn't exceed the parent one. On iOS and in a default browser `false`. On Android always `true`.", "ru": "Итоговый размер не должен превышать родительский. На iOS и в браузере по умолчанию `false`. На Android всегда `true`." + }, + "div_base_capture_focus_on_action": { + "en": "If the value is: