Skip to content

Commit 5032b66

Browse files
cnicofrenck
andauthored
Addition of doc for PR in iframe card (home-assistant#25907)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent 6c25b6e commit 5032b66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_dashboards/iframe.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ aspect_ratio:
3838
description: 'Forces the height of the image to be a ratio of the width. Valid formats: Height percentage value (`23%`) or ratio expressed with colon or "x" separator (`16:9` or `16x9`). For a ratio, the second element can be omitted and will default to "1" (`1.78` equals `1.78:1`).'
3939
type: string
4040
default: "50%"
41+
allow_open_top_navigation:
42+
required: false
43+
description: 'Allow the user to open iframe content links by opening the default browser in the Home Assistant mobile app. It is false by default because it adds allow-top-navigation-by-user-activation on the iframe sandbox attribute which is less secure. So set it to true if you need it and are confident with the iframe content.'
44+
type: boolean
45+
default: false
4146
title:
4247
required: false
4348
description: The card title.

0 commit comments

Comments
 (0)