From 48f72f4e4808d778000ada735cf6ba4e3e33f2de Mon Sep 17 00:00:00 2001 From: Nicole Valenzuela Date: Wed, 6 Jan 2021 15:00:00 -0300 Subject: [PATCH] Change 'Type: Select' to 'Type: Boolean' for the Clean Escaping variable --- plugin.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 83efe09..6dc15c4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -176,11 +176,9 @@ providers: - name: cleanescaping title: Clean Escaping description: "Cleans unnecessarily Escaped characters on commands" - type: Select - values: "true, false" + type: Boolean default: "false" - required: true - scope: Instance + required: false renderingOptions: groupName: Misc instance-scope-node-attribute: "clean-escaping"