From 1e03b208ad8053847fe69755223c981fdef56c27 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:20:08 +0100 Subject: [PATCH] Change transparency into opacity --- source/dashboards/views.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/dashboards/views.markdown b/source/dashboards/views.markdown index 001860721ea5..a75dc2c0c57b 100644 --- a/source/dashboards/views.markdown +++ b/source/dashboards/views.markdown @@ -208,7 +208,7 @@ background: required: false description: Sets the background image to use behind the view. type: string - transparency: + opacity: required: false description: Adjust the background's opacity, from fully opaque to transparent. type: integer @@ -241,7 +241,7 @@ background: # Example background section in view yaml background: image: /local/background.png - transparency: 50 # any percentage between 0 and 100 + opacity: 50 # any percentage between 0 and 100 size: auto # auto, cover, contain alignment: center # top left, top center, top right, center left, center, center right, bottom left, bottom center, bottom right repeat: no-repeat # repeat, no-repeat