mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 18:23:47 +00:00
'editableOption's are now full width. 'editableOptionShort' type added to replace the old style.
This commit is contained in:
@@ -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
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user