From b25b34f0ea8db6bed16bda91b94e968e59ef20d9 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 18 Feb 2025 08:15:51 +0100 Subject: [PATCH] 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> --- source/_dashboards/tile.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_dashboards/tile.markdown b/source/_dashboards/tile.markdown index 719c6cc247e..0ccdb9c8f85 100644 --- a/source/_dashboards/tile.markdown +++ b/source/_dashboards/tile.markdown @@ -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