We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079360d commit 72dcc20Copy full SHA for 72dcc20
docs/extension/plugins.md
@@ -59,6 +59,7 @@ type StepConfig = {
59
title: string; // Text for the step's title
60
description?: string; // OPTIONAL: Text for the step's description
61
cta: string; // Text for the step's call-to-action button
62
+ inputs?: InputFieldConfig[]; // Input fields for user data collection (optional)
63
action: string; // The function name that this step will execute
64
prover?: boolean; // Boolean indicating if this step outputs a notarization
65
}
0 commit comments