'editableOption's are now full width. 'editableOptionShort' type added to replace the old style.

This commit is contained in:
n1474335 2018-12-26 16:50:32 +00:00
parent e6932401ad
commit 5acee80463
3 changed files with 32 additions and 2 deletions

View file

@ -26,12 +26,12 @@ class Split extends Operation {
this.args = [
{
"name": "Split delimiter",
"type": "editableOption",
"type": "editableOptionShort",
"value": SPLIT_DELIM_OPTIONS
},
{
"name": "Join delimiter",
"type": "editableOption",
"type": "editableOptionShort",
"value": JOIN_DELIM_OPTIONS
}
];