mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:23:51 +01:00
Secret key to editor type
This commit is contained in:
@@ -34,10 +34,11 @@ export const plugin: PluginDefinition = {
|
||||
options: algorithms.map(value => ({ name: value === 'none' ? 'None' : value, value })),
|
||||
},
|
||||
{
|
||||
type: 'text',
|
||||
type: 'editor',
|
||||
name: 'secret',
|
||||
label: 'Secret or Private Key',
|
||||
optional: true,
|
||||
hideGutter: true,
|
||||
},
|
||||
{
|
||||
type: 'checkbox',
|
||||
|
||||
Reference in New Issue
Block a user