mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Added toggleString support
This commit is contained in:
@@ -172,7 +172,8 @@ class Operation {
|
||||
return {
|
||||
name: ing.name,
|
||||
type: ing.type,
|
||||
value: ing.defaultValue
|
||||
value: ing.defaultValue,
|
||||
toggleValues: ing.toggleValues || []
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user