Is there a way to pass a variable value, say a background color value, to a prebuilt panel? I want to have these panels flexible so that when they are used in various dashboards the color schemes can be consistent within each dashboard.
Build your prebuilt panels using tokens for the attributes you want to be flexible. Then, in an init block at the start of each dashboard you are adding the panels to, define the token to be the value of the attribute you want.
Build your prebuilt panels using tokens for the attributes you want to be flexible. Then, in an init block at the start of each dashboard you are adding the panels to, define the token to be the value of the attribute you want.
Worked like a charm!!! Thanks a milllion.