From 6ea337387899e40e2ebb336363a52a54dae34310 Mon Sep 17 00:00:00 2001 From: rccoleman Date: Tue, 7 Sep 2021 22:33:53 -0700 Subject: [PATCH] Add variable names for number and select (#19232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- source/_integrations/template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index ba2cb017568..8ea8c0d971f 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -179,7 +179,7 @@ number: required: true type: template set_value: - description: Defines an action to run when the number value changes. + description: Defines an action to run when the number value changes. The variable `value` will contain the number entered. required: true type: action step: @@ -215,7 +215,7 @@ select: required: true type: action options: - description: Template for the select's available options. + description: Template for the select's available options. The variable `option` will contain the option selected. required: true type: template optimistic: