Remove erroneous statement about script field description (#29366)

This commit is contained in:
karwosts 2023-10-15 23:41:29 -07:00 committed by GitHub
parent cfba0b54aa
commit 3d9c573302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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