From 8f00fb139f72aa2a7a5991e23f78e3b8786970ef Mon Sep 17 00:00:00 2001 From: Josh Barnes Date: Thu, 5 Oct 2017 13:17:55 +0100 Subject: [PATCH] use textarea input type for easier editing in configurator --- 2to3.yaml | 4 ++-- autopep8.yaml | 4 ++-- code_prettify.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/2to3.yaml b/2to3.yaml index a8ce1c0..66d4c06 100644 --- a/2to3.yaml +++ b/2to3.yaml @@ -46,10 +46,10 @@ Parameters: - name: 2to3.kernel_config_map_json description: | kernel_config_map_json: - json object defining library calls required to load the kernel-specific + json defining library calls required to load the kernel-specific converting modules, and the prefix & postfix for the json-format string required to make the converting call. - input_type: json_object + input_type: textarea default: | { "python": { diff --git a/autopep8.yaml b/autopep8.yaml index b7912ee..99e0853 100644 --- a/autopep8.yaml +++ b/autopep8.yaml @@ -48,10 +48,10 @@ Parameters: - name: autopep8.kernel_config_map_json description: | - json object defining library calls required to load the kernel-specific + json defining library calls required to load the kernel-specific prettifying modules, and the prefix & postfix for the json-format string required to make the prettifying call. - input_type: json_object + input_type: textarea default: | { "python": { diff --git a/code_prettify.yaml b/code_prettify.yaml index ffedc9c..2f5d44b 100644 --- a/code_prettify.yaml +++ b/code_prettify.yaml @@ -48,10 +48,10 @@ Parameters: - name: code_prettify.kernel_config_map_json description: | - json object defining library calls required to load the kernel-specific + json defining library calls required to load the kernel-specific prettifying modules, and the prefix & postfix for the json-format string required to make the prettifying call. - input_type: json_object + input_type: textarea default: | { "python": {