Skip to content

Commit

Permalink
Change 'Type: Select' to 'Type: Boolean' for the Clean Escaping variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nvalenzuela20 committed Jan 6, 2021
1 parent 9b12076 commit 48f72f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 48f72f4

Please sign in to comment.