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