Add inline features position for tile card (#37515)

* Add inline features position for tile card

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Paul Bottein 2025-02-18 08:15:51 +01:00 committed by GitHub
parent d48f754a30
commit b25b34f0ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,12 @@ features:
required: false
description: Additional widgets to control your entity. See [available features](/dashboards/features).
type: list
features_position:
required: false
description: Position of the features on the tile card. Can be `bottom` or `inline`. Only the first feature will be displayed when the option is set to `inline`. `inline` is not compatible with the `vertical` option.
type: string
default: bottom
{% endconfiguration %}
## Examples