Merge pull request #9 from jcb91/config

use textarea input type for easier editing in configurator
This commit is contained in:
Jean-François Bercher
2017-10-05 16:10:40 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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": {
+2 -2
View File
@@ -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": {
+2 -2
View File
@@ -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": {