Document new allow config option for iframe card (#32321)

This commit is contained in:
Thomas Steiner 2024-04-22 15:56:56 +02:00 committed by GitHub
parent a90279d454
commit e49c4b9358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,11 @@ title:
required: false
description: The card title.
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 %}
### Examples
@ -59,4 +64,4 @@ aspect_ratio: 75%
## Related topics
- [Dashboard cards](/dashboards/cards/)
- [Dashboard cards](/dashboards/cards/)