mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Document new allow
config option for iframe card (#32321)
This commit is contained in:
parent
a90279d454
commit
e49c4b9358
@ -47,6 +47,11 @@ title:
|
|||||||
required: false
|
required: false
|
||||||
description: The card title.
|
description: The card title.
|
||||||
type: string
|
type: string
|
||||||
|
allow:
|
||||||
|
required: false
|
||||||
|
description: The [Permissions Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy#iframes) of the iframe, that is, the value of the [`allow`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#allow) attribute.
|
||||||
|
type: string
|
||||||
|
default: "fullscreen"
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
@ -59,4 +64,4 @@ aspect_ratio: 75%
|
|||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
- [Dashboard cards](/dashboards/cards/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user