Secret key to editor type

This commit is contained in:
Gregory Schier
2025-01-17 15:21:41 -08:00
parent 0491bed46d
commit 26cce077bb
3 changed files with 7 additions and 6 deletions

View File

@@ -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',