From 3605f6aa96dcc56f623844406f01522437f89257 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:50:36 +0300 Subject: [PATCH] add "prefix" & "suffix" options --- source/_dashboards/map.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_dashboards/map.markdown b/source/_dashboards/map.markdown index e16e352197a5..8f4222eac928 100644 --- a/source/_dashboards/map.markdown +++ b/source/_dashboards/map.markdown @@ -136,6 +136,14 @@ attribute: required: false description: An entity's attribute when `label_mode` set to `attribute`. type: string +prefix: + required: false + description: A prefix for a value of an attribute when `label_mode` set to `attribute`. + type: string +suffix: + required: false + description: A suffix for a value of an attribute when `label_mode` set to `attribute`. + type: string focus: required: false default: true @@ -161,6 +169,14 @@ attribute: required: false description: An entity's attribute when `label_mode` set to `attribute`. type: string +prefix: + required: false + description: A prefix for a value of an attribute when `label_mode` set to `attribute`. + type: string +suffix: + required: false + description: A suffix for a value of an attribute when `label_mode` set to `attribute`. + type: string focus: required: false default: true