Skip to content

Commit

Permalink
Change transparency into opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored Dec 30, 2024
1 parent 7a5c773 commit 1e03b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/dashboards/views.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e03b20

Please sign in to comment.