mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Addition of doc for PR in iframe card (#25907)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
6c25b6e352
commit
5032b66931
@ -38,6 +38,11 @@ aspect_ratio:
|
||||
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`).'
|
||||
type: string
|
||||
default: "50%"
|
||||
allow_open_top_navigation:
|
||||
required: false
|
||||
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.'
|
||||
type: boolean
|
||||
default: false
|
||||
title:
|
||||
required: false
|
||||
description: The card title.
|
||||
|
Loading…
x
Reference in New Issue
Block a user