From b27277518c728451b4cf0808952223a6b7188f50 Mon Sep 17 00:00:00 2001 From: myztillx <33730898+myztillx@users.noreply.github.com> Date: Tue, 25 Oct 2022 03:38:59 -0400 Subject: [PATCH] Added action_name config value for button card (#24641) --- source/_dashboards/button.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/button.markdown b/source/_dashboards/button.markdown index ca22210acaf..3cb5c6eb442 100644 --- a/source/_dashboards/button.markdown +++ b/source/_dashboards/button.markdown @@ -101,6 +101,11 @@ theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/). type: string +action_name: + required: false + description: Override the default action name for a button row. + type: string + default: Run {% endconfiguration %} Example: