More plugins (#4)

This commit is contained in:
Gregory Schier
2025-01-14 10:52:32 -08:00
committed by GitHub
parent a80a25a90e
commit e213c76870
7 changed files with 98 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ export const plugin: PluginDefinition = {
description: 'Prompt the user for input when sending a request',
args: [
{ type: 'text', name: 'title', label: 'Title' },
{ type: 'text', name: 'label', label: 'Label', optional: true },
{ type: 'text', name: 'defaultValue', label: 'Default Value', optional: true },
{ type: 'text', name: 'placeholder', label: 'Placeholder', optional: true },
],