From 3d9c5733025c32998bea0314f5f575b37794617d Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:41:29 -0700 Subject: [PATCH] Remove erroneous statement about script field description (#29366) --- source/_integrations/script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown index a3d9c46d570..3d6b4a0a457 100644 --- a/source/_integrations/script.markdown +++ b/source/_integrations/script.markdown @@ -66,7 +66,7 @@ variables: description: The value of the variable. Any YAML is valid. Templates can also be used to pass a value to the variable. type: any fields: - description: "Information about the script field parameters; see the [Passing variables to scripts](#passing-variables-to-scripts) section below. Please note: In order for this description to be displayed in the Services tab of the Developer Tools, the script description must be defined as well." + description: "Information about the script field parameters; see the [Passing variables to scripts](#passing-variables-to-scripts) section below." required: false default: {} type: map